From 8314db4343cba5ed94dda80e4ec61794e4f072b5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 16:19:46 +0400 Subject: [PATCH] implement better loading of pref trees --- prefs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prefs.php b/prefs.php index 15eddfd53..ea531e2c6 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(); ?>