Skip to content

Commit

Permalink
fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
stremlau committed Mar 25, 2016
1 parent 87817f1 commit 4b370e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html5_notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ function init()
if ($RCMAIL->config->get('html5_notifier_duration').'' != '0')
{
$this->add_hook('new_messages', array($this, 'show_notification'));
$this->include_script("html5_notifier.js");
}

$this->include_script("html5_notifier.js");

if ($RCMAIL->action != 'check-recent')
{
$this->add_texts('localization', array('notification_title', 'ok_notifications', 'no_notifications', 'check_ok', 'check_fail', 'check_fail_blocked')); //PR�ZESIEREN
Expand Down

0 comments on commit 4b370e3

Please sign in to comment.