]> git.wh0rd.org - tt-rss.git/blobdiff - js/prefs.js
Merge branch 'i18n' of HenryQW/tt-rss into master
[tt-rss.git] / js / prefs.js
index 89607c6c80a6418db4d5132ac6daf9c2547619e0..c2190280c431615c94aea89f80c31b2775adf235 100755 (executable)
@@ -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;
 }