summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorfox <[email protected]>2018-03-15 04:35:46 +0000
committerGogs <[email protected]>2018-03-15 04:35:46 +0000
commit9f93250fe4f7563b5091aeb0e90bb7cc44d18fed (patch)
treeb200df2c6532477a32d0591191250fe2ca1691d7 /js/prefs.js
parentab688e963dd921290fb1c796d8b2aaf1bd88e43d (diff)
parenta972ab45bd6ce0e0e695d95dbc0b00774e278e10 (diff)
Merge branch 'strict-js' of wn/tt-rss into master
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 3b6c67e17..89607c6c8 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -866,7 +866,7 @@ function validatePrefsReset() {
if (ok) {
- query = "?op=pref-prefs&method=resetconfig";
+ var query = "?op=pref-prefs&method=resetconfig";
console.log(query);
new Ajax.Request("backend.php", {