mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated how suggestions work and display
- Always showing suggested tab in tablist - Fixed issue with contextmenu going all wonky when opened on suggested elements
This commit is contained in:
@@ -44,7 +44,7 @@ var Channel = {
|
||||
if(Player !== undefined && !client) Player.stopInterval= false;
|
||||
|
||||
if(!client) {
|
||||
$('ul.playlist-tabs').tabs();
|
||||
//$('ul.playlist-tabs').tabs();
|
||||
$('ul.playlist-tabs-loggedIn').tabs();
|
||||
$('ul.chatTabs').tabs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user