summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-09-17 13:11:31 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-09-17 13:11:31 +0300
commit1d06871dae9e32e9fa4bb01e70d3c9a920477ef7 (patch)
tree7fb62ae0b23e9f8cffdc387295409688d1105923 /web/index.html
parent57d0392f1da6791f38641366255b5c98e1094600 (diff)
fix netdata server URL detection in dashboard.js; fixes #4212
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 f3b190080e..2a7206949a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -5740,6 +5740,6 @@
</div>
</div>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
- <script type="text/javascript" src="dashboard.js?v20180916-1"></script>
+ <script type="text/javascript" src="dashboard.js?v20180917-1"></script>
</body>
</html>