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:
Kasper Rynning-Tønnesen
2018-03-15 15:38:08 +01:00
parent 6d97345719
commit a4ebe56254
8 changed files with 43 additions and 49 deletions

View File

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