summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-10 23:14:54 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-10 23:14:54 +0300
commitdd65a3862d743feb74d82680d681a9c9f4cbb838 (patch)
treecc2ebb5e1d0af61e1992ea50a9c8425d42721a9f /web/index.html
parent36bedc044584dea791fd29455bdcd287c3306cb2 (diff)
fix dashboard_info.js; fixes #3707
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 728983351b..2c210940c5 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4403,7 +4403,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180510-2',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180510-3',
async: false,
isAlreadyLoaded: function() { return false; }
});