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

fixed dlna user reporting

This commit is contained in:
Luke Pulverenti 2014-03-16 12:15:10 -04:00
parent 6429e4e379
commit 0b911596eb
4 changed files with 5 additions and 27 deletions

View file

@ -210,6 +210,9 @@
if (elem.length) {
elem[0].scrollIntoView();
// Scroll back up so in case vertical scroll was messed with
$(document).scrollTop(0);
}
});