From: Michael M Slusarz Date: Tue, 20 Oct 2009 09:10:36 +0000 (-0600) Subject: There shouldn't be any javascript notifications anymore. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=89919dcec0f44b0c9e783353432ca35a5b0bb4e3;p=horde.git There shouldn't be any javascript notifications anymore. If there still are, they need to be converted to Horde::addScriptFile() or Horde::addInlineScript(). --- diff --git a/imp/index-dimp.php b/imp/index-dimp.php index bfef967ae..da85be950 100644 --- a/imp/index-dimp.php +++ b/imp/index-dimp.php @@ -66,5 +66,4 @@ echo "\n"; require IMP_TEMPLATES . '/index/index-dimp.inc'; Horde::includeScriptFiles(); Horde::outputInlineScript(); -$notification->notify(array('listeners' => array('javascript'))); echo "\n"; diff --git a/imp/message-dimp.php b/imp/message-dimp.php index 312878115..daafa4048 100644 --- a/imp/message-dimp.php +++ b/imp/message-dimp.php @@ -93,5 +93,4 @@ Horde::outputInlineScript(); if (!$disable_compose) { echo $compose_result['jsappend']; } -$notification->notify(array('listeners' => array('javascript'))); echo "\n";