mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
implement better loading of pref trees
This commit is contained in:
@@ -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();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user