summaryrefslogtreecommitdiffstats
path: root/bwlpMonitor_template.html
diff options
context:
space:
mode:
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);