From: Andrew Dolgov Date: Mon, 1 Apr 2013 12:19:46 +0000 (+0400) Subject: implement better loading of pref trees X-Git-Tag: 1.7.6~68 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8314db4343cba5ed94dda80e4ec61794e4f072b5;p=tt-rss.git implement better loading of pref trees --- diff --git a/prefs.php b/prefs.php index 15eddfd5..ea531e2c 100644 --- a/prefs.php +++ b/prefs.php @@ -57,6 +57,7 @@ "lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls", "lib/dojo/dojo.js", "lib/dijit/dijit.js", + "lib/CheckBoxTree.js", "lib/dojo/tt-rss-layer.js", "errors.php?mode=js") as $jsfile) { @@ -76,7 +77,7 @@ } } - print get_minified_js(array("functions", "deprecated", "prefs")); + print get_minified_js(array("functions", "deprecated", "prefs", "PrefFeedTree", "PrefFilterTree", "PrefLabelTree")); init_js_translations(); ?>