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

fix reports

This commit is contained in:
Luke Pulverenti 2016-03-19 23:28:03 -04:00
parent 45cf1d8430
commit d96742253d

View file

@ -1,4 +1,5 @@
define(['jQuery'], function ($) {
var defaultSortBy = "SortName";
var topItems = 5;
@ -323,7 +324,7 @@
$('.listTopPaging', page).html(pagingHtml).trigger('create');
// page.querySelector('.listTopPaging').innerHTML = pagingHtml;
// page.querySelector('.listTopPaging').innerHTML = pagingHtml;
$('.listTopPaging', page).show();
$('.listBottomPaging', page).html(pagingHtml).trigger('create');
@ -525,7 +526,7 @@
$('#isFavorite').val("-");
}
}
var filtersLoaded;
@ -910,10 +911,6 @@
updateFilterControls(this);
});
});
define(['jQuery'], function ($) {
function renderOptions(page, selector, cssClass, items) {
var elem;