Skip to content

Commit 4b370e3

Browse files
committed
fixes #30
1 parent 87817f1 commit 4b370e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html5_notifier.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ function init()
2929
if ($RCMAIL->config->get('html5_notifier_duration').'' != '0')
3030
{
3131
$this->add_hook('new_messages', array($this, 'show_notification'));
32-
$this->include_script("html5_notifier.js");
3332
}
3433

34+
$this->include_script("html5_notifier.js");
35+
3536
if ($RCMAIL->action != 'check-recent')
3637
{
3738
$this->add_texts('localization', array('notification_title', 'ok_notifications', 'no_notifications', 'check_ok', 'check_fail', 'check_fail_blocked')); //PR�ZESIEREN

0 commit comments

Comments
 (0)