diff --git a/main/index.html b/main/index.html
index d1926c2..fbac0b0 100644
--- a/main/index.html
+++ b/main/index.html
@@ -171,7 +171,7 @@
diff --git a/main/index.js b/main/index.js
index 0efcb29..791ccb6 100644
--- a/main/index.js
+++ b/main/index.js
@@ -452,9 +452,6 @@ document.getElementById('resetBtn').addEventListener('click', () => {
localStorage.clear();
window.location.reload();
});
-document.getElementById('powerOff').addEventListener('click', () => {
- window.location.href = "/poweroff";
-});
setParams();
connect();