summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-20 23:59:29 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-20 23:59:29 +0200
commitead3700a7320785df79e18f38eb21ad0657561bd (patch)
tree0cf0df82f5478fbe57c654912990dda22658d860 /web/index.html
parent077fad13a8ec9530829d0369daa9e11c95f0bb57 (diff)
force loading the new dashboard_info.js
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 3312a743a3..425b776544 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4274,7 +4274,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20171218-1',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20171220-1',
async: false,
isAlreadyLoaded: function() { return false; }
});