mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-12 22:47:06 +00:00
Footer bug on admin page
- Fixed bug on admin page where footer was intrusive
This commit is contained in:
parent
c24c3156f5
commit
84acc9b8e1
1 changed files with 4 additions and 0 deletions
4
admin.js
4
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) {
|
||||
|
|
Loading…
Reference in a new issue