From: Andrew Dolgov Date: Tue, 28 Jan 2014 11:31:41 +0000 (+0400) Subject: reinstate scriptaculous controls (needed for ajax.autocomplete) X-Git-Tag: 1.12~84 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=6214a0768a7faa558f60f106c4820c335a97999f reinstate scriptaculous controls (needed for ajax.autocomplete) --- diff --git a/classes/handler/public.php b/classes/handler/public.php index 27b33b4a..32c25b51 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -428,8 +428,9 @@ class Handler_Public extends Handler { "; echo stylesheet_tag("css/utility.css"); + echo stylesheet_tag("css/dijit.css"); echo javascript_tag("lib/prototype.js"); - echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"); + echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,controls"); print " "; diff --git a/index.php b/index.php index 0abfd691..515e7ca7 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@