summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorwn_ <[email protected]>2018-03-14 20:02:21 -0500
committerwn_ <[email protected]>2018-03-14 20:02:21 -0500
commita972ab45bd6ce0e0e695d95dbc0b00774e278e10 (patch)
treeb200df2c6532477a32d0591191250fe2ca1691d7 /js/prefs.js
parentab688e963dd921290fb1c796d8b2aaf1bd88e43d (diff)
strict js: various var fixes
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", {