mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
shortened the fade timer
This commit is contained in:
@@ -14,8 +14,8 @@ function admin()
|
||||
});
|
||||
}else
|
||||
{
|
||||
setTimeout(function(){document.getElementById("adminPanel").innerHTML = "";}, 1000);
|
||||
$("#adminPanel").fadeOut(1000);
|
||||
setTimeout(function(){document.getElementById("adminPanel").innerHTML = "";}, 500);
|
||||
$("#adminPanel").fadeOut(500);
|
||||
}
|
||||
$("#playlist").toggleClass("lowOpacity");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user