mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support grouping behind boxsets
This commit is contained in:
parent
941824a5fb
commit
a5f1fa7681
9 changed files with 121 additions and 181 deletions
|
@ -202,6 +202,15 @@
|
|||
});
|
||||
});
|
||||
}
|
||||
}).on('pageshow', ".libraryPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
var elem = $('.libraryViewNavInner .ui-btn-active:visible', page);
|
||||
|
||||
if (elem.length) {
|
||||
elem[0].scrollIntoView();
|
||||
}
|
||||
});
|
||||
|
||||
})(window, document, jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue