summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
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", {