Not needed
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Feb 2010 06:30:56 +0000 (23:30 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Feb 2010 06:30:56 +0000 (23:30 -0700)
kronolith/index.php

index e511f06..1c733c5 100644 (file)
@@ -36,7 +36,6 @@ Horde::outputInlineScript();
 if ($conf['maps']['driver']) {
     Kronolith::initEventMap($conf['maps']);
 }
-$notification->notify(array('listeners' => array('javascript')));
 $tac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithEventTags', 'box' => 'kronolithEventACBox', 'pretty' => true));
 $tac->attach();
 echo "</body>\n</html>";