mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
New way of deleting songs on mobile
This commit is contained in:
@@ -146,6 +146,7 @@ var Admin = {
|
||||
});
|
||||
}
|
||||
}
|
||||
List.dragging(true);
|
||||
$('ul.playlist-tabs-loggedIn').tabs('select_tab', $(".playlist-tabs li a.active").attr("href").substring(1));
|
||||
},
|
||||
|
||||
@@ -227,6 +228,8 @@ var Admin = {
|
||||
$(".playlist-tabs").removeClass("hide");
|
||||
}
|
||||
|
||||
List.dragging(false);
|
||||
|
||||
/*if($(".card-action").length !== 0 &&
|
||||
!Helper.contains($(".card-action").attr("class").split(" "), "hide") && !offline){
|
||||
$(".card-action").addClass("hide");
|
||||
|
||||
Reference in New Issue
Block a user