mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update detail page
This commit is contained in:
parent
c6f885aee8
commit
84edab7fb0
19 changed files with 317 additions and 442 deletions
|
@ -756,15 +756,15 @@
|
|||
LibraryMenu.setTitle(Globalize.translate(titleKey));
|
||||
}
|
||||
|
||||
var mainDrawerButton = document.querySelector('.mainDrawerButton');
|
||||
//var mainDrawerButton = document.querySelector('.mainDrawerButton');
|
||||
|
||||
if (mainDrawerButton) {
|
||||
if (page.getAttribute('data-menubutton') == 'false' && $.browser.mobile) {
|
||||
mainDrawerButton.classList.add('hide');
|
||||
} else {
|
||||
mainDrawerButton.classList.remove('hide');
|
||||
}
|
||||
}
|
||||
//if (mainDrawerButton) {
|
||||
// if (page.getAttribute('data-menubutton') == 'false' && $.browser.mobile) {
|
||||
// mainDrawerButton.classList.add('hide');
|
||||
// } else {
|
||||
// mainDrawerButton.classList.remove('hide');
|
||||
// }
|
||||
//}
|
||||
|
||||
if (isLibraryPage) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue