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