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

update now playing tabs

This commit is contained in:
Luke Pulverenti 2016-09-03 15:10:52 -04:00
parent bb00365b5d
commit 0311b2b1a2
3 changed files with 1 additions and 23 deletions

View file

@ -757,11 +757,7 @@
var mdlTabs = context.querySelector('.libraryViewNav');
if (AppInfo.enableNowPlayingPageBottomTabs) {
context.querySelector('.libraryViewNav').classList.add('bottom');
} else {
context.querySelector('.libraryViewNav').classList.remove('bottom');
}
context.querySelector('.libraryViewNav').classList.add('bottom');
libraryBrowser.configurePaperLibraryTabs(ownerView, mdlTabs, ownerView.querySelectorAll('.pageTabContent'));
@ -797,11 +793,6 @@
dlg = context;
if (!AppInfo.enableNowPlayingPageBottomTabs) {
context.querySelector('.btnExitRemoteControl').style.position = 'relative';
context.querySelector('.topRightContainer').style.position = 'relative';
}
init(ownerView, dlg);
};