From 89919dcec0f44b0c9e783353432ca35a5b0bb4e3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 20 Oct 2009 03:10:36 -0600 Subject: [PATCH] There shouldn't be any javascript notifications anymore. If there still are, they need to be converted to Horde::addScriptFile() or Horde::addInlineScript(). --- imp/index-dimp.php | 1 - imp/message-dimp.php | 1 - 2 files changed, 2 deletions(-) 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"; -- 2.11.0