1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix windows restart

This commit is contained in:
Luke Pulverenti 2015-09-21 21:05:33 -04:00
parent 4ef47844d8
commit 257a7d2879
18 changed files with 221 additions and 141 deletions

View file

@ -302,7 +302,13 @@
$('.itemTabs', page).hide();
if (context == 'tv') {
$(page).removeClass('noSecondaryNavPage');
if (AppInfo.enableBottomTabs) {
$(page).addClass('noSecondaryNavPage');
}
else {
$(page).removeClass('noSecondaryNavPage');
}
$('#tvShowsTabs', page).show();
LibraryMenu.setMenuButtonVisible(true);