implement better loading of pref trees
This commit is contained in:
parent
1a293f10ab
commit
8314db4343
|
@ -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();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue