implement better loading of pref trees

This commit is contained in:
Andrew Dolgov 2013-04-01 16:19:46 +04:00
parent 1a293f10ab
commit 8314db4343
1 changed files with 2 additions and 1 deletions

View File

@ -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();
?>