1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Tavares André 2015-06-30 20:26:42 +02:00
commit 17e2a0c5b0
973 changed files with 140330 additions and 17144 deletions

View file

@ -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');