diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 16:19:46 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 16:19:46 +0400 |
| commit | 8314db4343cba5ed94dda80e4ec61794e4f072b5 (patch) | |
| tree | b9a0996c887e6e1ed10c78f9767889c9e28044d0 /prefs.php | |
| parent | 1a293f10ab3e93581d3e63c05301ec4ff812491d (diff) | |
implement better loading of pref trees
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); ?> |