mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
30db5a009c
commit
489dc97aab
33 changed files with 368 additions and 212 deletions
|
@ -249,9 +249,9 @@
|
|||
|
||||
}
|
||||
|
||||
function scrollToNode(page, id) {
|
||||
function scrollToNode(id) {
|
||||
|
||||
var elem = $('#' + id, page)[0];
|
||||
var elem = $('#' + id)[0];
|
||||
|
||||
if (elem) {
|
||||
// commenting out for now because it's causing the whole window to scroll in chrome
|
||||
|
@ -365,7 +365,7 @@
|
|||
|
||||
setTimeout(function () {
|
||||
|
||||
scrollToNode($.mobile.activePage, selectedNodeId);
|
||||
scrollToNode(selectedNodeId);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue