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