summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-28 13:54:44 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-28 13:54:44 +0300
commitee0a14d9dc20e4413c2990fde107411866f02d0a (patch)
tree7e28b2b9a09e340e55262a44dc12bc719e79cab4 /web/index.html
parent3f23b3bbdb74b18966d190edad228299b5c78af9 (diff)
increase js version numbers to uncache CDN
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 29e2a292c0..42a9a1007b 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4406,7 +4406,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180622-1',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180628-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?v20180622-1"></script>
+ <script type="text/javascript" src="dashboard.js?v20180628-1"></script>
</body>
</html>