mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue where description and thumbnail fields not showing up on logged in
This commit is contained in:
@@ -10,6 +10,10 @@ var Admin = {
|
||||
if(adminpass == undefined || adminpass == "") {
|
||||
//adminpass = Crypt.get_pass(chan.toLowerCase());
|
||||
}
|
||||
if(Admin.logged_in) {
|
||||
$("#thumbnail_form").css("display", "inline-block");
|
||||
$("#description_form").css("display", "inline-block");
|
||||
}
|
||||
$(".delete-context-menu").removeClass("context-menu-disabled");
|
||||
names = ["vote","addsongs","longsongs","frontpage", "allvideos",
|
||||
"removeplay", "skip", "shuffle", "userpass"];
|
||||
|
||||
Reference in New Issue
Block a user