]> git.wh0rd.org - tt-rss.git/blobdiff - js/prefs.js
gotoExportOpml: js strict mode fix
[tt-rss.git] / js / prefs.js
index 89607c6c80a6418db4d5132ac6daf9c2547619e0..79ad15cecb5d6cd606c21366c3cfd916dc93bdf7 100755 (executable)
@@ -1441,7 +1441,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;
 }