1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

strict js: various var fixes

This commit is contained in:
wn_
2018-03-14 20:02:21 -05:00
parent ab688e963d
commit a972ab45bd
3 changed files with 5 additions and 5 deletions

View File

@@ -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", {