Updated embedded player to work with the new offline functions

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-25 19:17:24 +01:00
parent 02b946448f
commit 01d4a38353
7 changed files with 55 additions and 18 deletions

View File

@@ -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");
}