mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Resolve #1603
This commit is contained in:
parent
28aefdddda
commit
eda85cb580
3 changed files with 742 additions and 5 deletions
|
|
@ -4,8 +4,8 @@ class ViewICSPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'View ICS',
|
||||
VERSION = '2.1',
|
||||
RELEASE = '2024-02-06',
|
||||
VERSION = '2.2',
|
||||
RELEASE = '2024-06-29',
|
||||
CATEGORY = 'Messages',
|
||||
DESCRIPTION = 'Display ICS attachment or JSON-LD details',
|
||||
REQUIRED = '2.34.0';
|
||||
|
|
@ -14,5 +14,6 @@ class ViewICSPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
// $this->UseLangs(true);
|
||||
$this->addJs('message.js');
|
||||
$this->addJs('windowsZones.js');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue