diff --git a/static/app.js b/static/app.js index 0da7811..02ffd8b 100755 --- a/static/app.js +++ b/static/app.js @@ -1770,19 +1770,11 @@ function togglePass() { function showDiv() { document.getElementById('update-message').style.display = "block"; - - setTimeout(function showDiv(){ - document.getElementById('update-message').style.display = "none"; -}, 30000); } function showDivTwo() { document.getElementById('wifi-message').style.display = "block"; - - setTimeout(function showDivTwo(){ - document.getElementById('wifi-message').style.display = "none"; -}, 30000); }