summaryrefslogtreecommitdiffstats
path: root/bwlpMonitor_template.html
diff options
context:
space:
mode:
authorJannik Schönartz2019-01-23 16:50:34 +0100
committerJannik Schönartz2019-01-23 16:50:34 +0100
commit3d02b9c1544363c6bd8f3aa848766e3bbd642423 (patch)
tree2d9f659105bbdd65216bd81c242c90c4180cd7ad /bwlpMonitor_template.html
parentAdd different modes and a more compact design (diff)
downloadbwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.tar.gz
bwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.tar.xz
bwlp-monitoring-3d02b9c1544363c6bd8f3aa848766e3bbd642423.zip
Seperate config from the python script
Seperate the server calls in a config file. Small thrift call bugfix Small layout fixes
Diffstat (limited to 'bwlpMonitor_template.html')
-rw-r--r--bwlpMonitor_template.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/bwlpMonitor_template.html b/bwlpMonitor_template.html
index 19a804b..01bb0fb 100644
--- a/bwlpMonitor_template.html
+++ b/bwlpMonitor_template.html
@@ -92,9 +92,7 @@
var autorefresh = urlParams.get('autorefresh')
var autorefresh = parseInt(autorefresh)
- console.log(Number.isInteger(autorefresh))
if (Number.isInteger(autorefresh)) {
- console.log(autorefresh)
setTimeout(function() {
location.reload();
}, autorefresh * 1000);