summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 16:19:46 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 16:19:46 +0400
commit8314db4343cba5ed94dda80e4ec61794e4f072b5 (patch)
treeb9a0996c887e6e1ed10c78f9767889c9e28044d0 /prefs.php
parent1a293f10ab3e93581d3e63c05301ec4ff812491d (diff)
implement better loading of pref trees
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 2 insertions, 1 deletions
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();
?>