mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated embedded player to work with the new offline functions
This commit is contained in:
@@ -154,7 +154,7 @@ var Admin = {
|
||||
}
|
||||
|
||||
if($(".card-action").length !== 0 &&
|
||||
!Helper.contains($(".card-action").attr("class").split(" "), "hide")){
|
||||
!Helper.contains($(".card-action").attr("class").split(" "), "hide") && !offline){
|
||||
$(".card-action").addClass("hide");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user