mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Options menu on playlist elements
This commit is contained in:
@@ -219,10 +219,10 @@ var Admin = {
|
||||
$(".playlist-tabs").removeClass("hide");
|
||||
}
|
||||
|
||||
if($(".card-action").length !== 0 &&
|
||||
/*if($(".card-action").length !== 0 &&
|
||||
!Helper.contains($(".card-action").attr("class").split(" "), "hide") && !offline){
|
||||
$(".card-action").addClass("hide");
|
||||
}
|
||||
}*/
|
||||
|
||||
if($("ul.playlist-tabs-loggedIn .playlist-tab-links.active").attr("href") == "#suggestions")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user