summaryrefslogtreecommitdiffstats
path: root/web/gui/src/dashboard.js/xss.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/gui/src/dashboard.js/xss.js')
-rw-r--r--web/gui/src/dashboard.js/xss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/src/dashboard.js/xss.js b/web/gui/src/dashboard.js/xss.js
index 3f9cd1ac7..fa66f34da 100644
--- a/web/gui/src/dashboard.js/xss.js
+++ b/web/gui/src/dashboard.js/xss.js
@@ -42,7 +42,7 @@ NETDATA.xss = {
} else {
// console.log('checking object "' + name + '"');
- for (const i in obj) {
+ for (var i in obj) {
if (obj.hasOwnProperty(i) === false) {
continue;
}