From d2769fad5e224ae858a8afe63063cb4fc1dbfae8 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 6 Jan 2023 18:48:33 -0500 Subject: [PATCH] remove PauseInt selection --- www/public/main.js | 2 -- www/views/index.html | 1 - 2 files changed, 3 deletions(-) diff --git a/www/public/main.js b/www/public/main.js index 6378640..9b204c2 100644 --- a/www/public/main.js +++ b/www/public/main.js @@ -39,7 +39,6 @@ function refreshData() { const augerStatus = document.getElementById('auger-status'); const augerOn = document.getElementById('auger-on'); const augerOff = document.getElementById('auger-off'); - const pauseInt = document.getElementById('pause-int'); const feedRate = document.getElementById('feed-rate'); // Get the config file @@ -49,7 +48,6 @@ function refreshData() { augerStatus.innerHTML = parseStatus(config.status.auger); augerOn.innerHTML = config.intervals.augerOn; augerOff.innerHTML = config.intervals.augerOff; - pauseInt.innerHTML = config.intervals.pause; switch (config.intervals.augerOn) { case 600: diff --git a/www/views/index.html b/www/views/index.html index f53d059..2bb8d12 100644 --- a/www/views/index.html +++ b/www/views/index.html @@ -21,7 +21,6 @@ - ms