mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update docked tabs
This commit is contained in:
parent
818ee2bcc3
commit
16e66718f9
9 changed files with 147 additions and 80 deletions
|
@ -666,7 +666,7 @@
|
|||
}
|
||||
|
||||
viewMenuBarTabs.querySelector('is=["emby-tabs"]').selectedIndex(selectedIndex);
|
||||
|
||||
|
||||
LibraryMenu.tabType = type;
|
||||
});
|
||||
},
|
||||
|
@ -1105,7 +1105,12 @@
|
|||
|
||||
setDrawerClass();
|
||||
|
||||
//require(['dockedtabs'], function (dockedtabs) {
|
||||
// new dockedtabs({});
|
||||
//require(['appfooter'], function (appfooter) {
|
||||
// var footer = new appfooter({});
|
||||
// require(['dockedtabs'], function (dockedtabs) {
|
||||
// new dockedtabs({
|
||||
// appFooter: footer
|
||||
// });
|
||||
// });
|
||||
//});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue