mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser into dev
This commit is contained in:
commit
17e2a0c5b0
973 changed files with 140330 additions and 17144 deletions
|
@ -260,7 +260,7 @@
|
|||
|
||||
function renderItems(page, result) {
|
||||
|
||||
$(document).scrollTop(0);
|
||||
window.scrollTo(0, 0);
|
||||
var html = '';
|
||||
|
||||
if (query.ReportView === "ReportData" || query.ReportView === "ReportStatistics") {
|
||||
|
@ -285,7 +285,7 @@
|
|||
showLimit: false
|
||||
});
|
||||
|
||||
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
page.querySelector('.listTopPaging').innerHTML = pagingHtml;
|
||||
$('.listTopPaging', page).show();
|
||||
|
||||
$('.listBottomPaging', page).html(pagingHtml).trigger('create');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue