X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=js%2Fprefs.js;h=c2190280c431615c94aea89f80c31b2775adf235;hb=e60e4ac08627d467c25eba6e1b62069bc5cfc168;hp=89607c6c80a6418db4d5132ac6daf9c2547619e0;hpb=9f93250fe4f7563b5091aeb0e90bb7cc44d18fed;p=tt-rss.git diff --git a/js/prefs.js b/js/prefs.js index 89607c6c..c2190280 100755 --- a/js/prefs.js +++ b/js/prefs.js @@ -832,6 +832,10 @@ function init() { "dijit/Tree", "dijit/tree/dndSource", "dojo/data/ItemFileWriteStore", + "lib/CheckBoxStoreModel", + "lib/CheckBoxTree", + "fox/PrefFeedStore", + "fox/PrefFilterStore", "fox/PrefFeedTree", "fox/PrefFilterTree", "fox/PrefLabelTree"], function (dojo, ready, parser) { @@ -1441,7 +1445,7 @@ function insertSSLserial(value) { } function gotoExportOpml(filename, settings) { - tmp = settings ? 1 : 0; + var tmp = settings ? 1 : 0; document.location.href = "backend.php?op=opml&method=export&filename=" + filename + "&settings=" + tmp; }