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:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -141,7 +141,6 @@ var Admin = {
|
|||||||
|
|
||||||
if(!Helper.contains($(".playlist-tabs").attr("class").split(" "), "hide")){
|
if(!Helper.contains($(".playlist-tabs").attr("class").split(" "), "hide")){
|
||||||
$(".playlist-tabs").addClass("hide");
|
$(".playlist-tabs").addClass("hide");
|
||||||
$("#wrapper").toggleClass("tabs_height");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($(".card-action").length != 0 &&
|
if($(".card-action").length != 0 &&
|
||||||
@@ -150,6 +149,7 @@ var Admin = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$('ul.tabs').tabs('select_tab', 'wrapper');
|
$('ul.tabs').tabs('select_tab', 'wrapper');
|
||||||
|
$("#wrapper").removeClass("tabs_height");
|
||||||
$("#admin-lock").removeClass("mdi-action-lock-open clickable");
|
$("#admin-lock").removeClass("mdi-action-lock-open clickable");
|
||||||
$("#password").attr("placeholder", "Enter channel password");
|
$("#password").attr("placeholder", "Enter channel password");
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user