mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
fixed height issue when logging out from a channel
This commit is contained in:
@@ -141,7 +141,6 @@ var Admin = {
|
||||
|
||||
if(!Helper.contains($(".playlist-tabs").attr("class").split(" "), "hide")){
|
||||
$(".playlist-tabs").addClass("hide");
|
||||
$("#wrapper").toggleClass("tabs_height");
|
||||
}
|
||||
|
||||
if($(".card-action").length != 0 &&
|
||||
@@ -150,6 +149,7 @@ var Admin = {
|
||||
}
|
||||
|
||||
$('ul.tabs').tabs('select_tab', 'wrapper');
|
||||
$("#wrapper").removeClass("tabs_height");
|
||||
$("#admin-lock").removeClass("mdi-action-lock-open clickable");
|
||||
$("#password").attr("placeholder", "Enter channel password");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user