Footer bug on admin page

- Fixed bug on admin page where footer was intrusive
This commit is contained in:
aunefyren 2021-03-13 23:55:08 +01:00
parent c24c3156f5
commit 84acc9b8e1

View file

@ -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) {