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

remove scroll on detail screen

This commit is contained in:
Luke Pulverenti 2016-04-22 14:06:17 -04:00
parent 0feb44f586
commit 9ae1b3fcb8

View file

@ -45,7 +45,6 @@
getPromise().then(function (item) { getPromise().then(function (item) {
reloadFromItem(page, item); reloadFromItem(page, item);
window.scrollTo(0, 0);
}); });
} }