summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-10 22:34:33 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-10 22:34:33 +0300
commit6ca058fb8c65e1ff7c5f435adb3ebadd84936d33 (patch)
tree7cf882b5f07dab8ff2e385369144812d0f93cb7d /web/index.html
parent8360cdc6563d8db865d7b8bba2225e2a790e0538 (diff)
increase version number of javascript files to for browser uncaching
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 4bae3ab110..2c9d296e6c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4406,7 +4406,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180510-3',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180610-1',
async: false,
isAlreadyLoaded: function() { return false; }
});
@@ -5728,6 +5728,6 @@
</div>
</div>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
- <script type="text/javascript" src="dashboard.js?v20180503-1"></script>
+ <script type="text/javascript" src="dashboard.js?v20180610-1"></script>
</body>
</html>