diff --git a/www/public/main.js b/www/public/main.js index 4c3d2fb..a912347 100644 --- a/www/public/main.js +++ b/www/public/main.js @@ -29,11 +29,11 @@ function parseStatus(data) { } function refreshData() { - const log = document.getElementById('log-area'); - log.contentWindow.location.reload(); - sleep(100).then(() => { - document.getElementById('log-area').contentWindow.scrollTo(0, 9999999999); - }); + // const log = document.getElementById('log-area'); + // log.contentWindow.location.reload(); + // sleep(100).then(() => { + // document.getElementById('log-area').contentWindow.scrollTo(0, 9999999999); + // }); // Get the elements we need to update const statusTable = document.getElementById('status-table'); diff --git a/www/views/index.html b/www/views/index.html index 90834ea..062caf9 100644 --- a/www/views/index.html +++ b/www/views/index.html @@ -59,12 +59,9 @@ -
+