There shouldn't be any javascript notifications anymore.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 09:10:36 +0000 (03:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 22:16:29 +0000 (16:16 -0600)
If there still are, they need to be converted to Horde::addScriptFile()
or Horde::addInlineScript().

imp/index-dimp.php
imp/message-dimp.php

index bfef967..da85be9 100644 (file)
@@ -66,5 +66,4 @@ echo "<body>\n";
 require IMP_TEMPLATES . '/index/index-dimp.inc';
 Horde::includeScriptFiles();
 Horde::outputInlineScript();
-$notification->notify(array('listeners' => array('javascript')));
 echo "</body>\n</html>";
index 3128781..daafa40 100644 (file)
@@ -93,5 +93,4 @@ Horde::outputInlineScript();
 if (!$disable_compose) {
     echo $compose_result['jsappend'];
 }
-$notification->notify(array('listeners' => array('javascript')));
 echo "</body>\n</html>";