diff --git a/admin.js b/admin.js index 858fb27..38df453 100644 --- a/admin.js +++ b/admin.js @@ -106,6 +106,10 @@ function set_password(back) { } function set_tautulli(back) { + + var footer = document.getElementById("footer"); + footer.style.display = "none"; + topFunction(); if(!back) { if(document.getElementById('password').value == document.getElementById('password_2').value) {