mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Controls on mobile, and dragging
- Not using #playbar anymore, since the default controls work on mobile - Removed List.dragging code, not in use anymore
This commit is contained in:
@@ -158,7 +158,6 @@ var Admin = {
|
||||
});
|
||||
}
|
||||
}
|
||||
//List.dragging(true);
|
||||
if($(".tabs").length > 0 && !changing_to_frontpage) {
|
||||
$('ul.playlist-tabs-loggedIn').tabs('select_tab', $(".playlist-tabs li a.active").attr("href").substring(1));
|
||||
}
|
||||
@@ -236,8 +235,6 @@ var Admin = {
|
||||
$(".playlist-tabs").removeClass("hide");
|
||||
}
|
||||
|
||||
//List.dragging(false);
|
||||
|
||||
if($("ul.playlist-tabs-loggedIn .playlist-tab-links.active").attr("href") == "#suggestions" && $(".tabs").length > 0 && !changing_to_frontpage)
|
||||
{
|
||||
$('ul.playlist-tabs').tabs('select_tab', 'wrapper');
|
||||
|
||||
Reference in New Issue
Block a user