mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix reports
This commit is contained in:
parent
45cf1d8430
commit
d96742253d
1 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
||||||
define(['jQuery'], function ($) {
|
define(['jQuery'], function ($) {
|
||||||
|
|
||||||
var defaultSortBy = "SortName";
|
var defaultSortBy = "SortName";
|
||||||
var topItems = 5;
|
var topItems = 5;
|
||||||
|
|
||||||
|
@ -323,7 +324,7 @@
|
||||||
|
|
||||||
|
|
||||||
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||||
// page.querySelector('.listTopPaging').innerHTML = pagingHtml;
|
// page.querySelector('.listTopPaging').innerHTML = pagingHtml;
|
||||||
$('.listTopPaging', page).show();
|
$('.listTopPaging', page).show();
|
||||||
|
|
||||||
$('.listBottomPaging', page).html(pagingHtml).trigger('create');
|
$('.listBottomPaging', page).html(pagingHtml).trigger('create');
|
||||||
|
@ -525,7 +526,7 @@
|
||||||
$('#isFavorite').val("-");
|
$('#isFavorite').val("-");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var filtersLoaded;
|
var filtersLoaded;
|
||||||
|
@ -910,10 +911,6 @@
|
||||||
updateFilterControls(this);
|
updateFilterControls(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
define(['jQuery'], function ($) {
|
|
||||||
|
|
||||||
function renderOptions(page, selector, cssClass, items) {
|
function renderOptions(page, selector, cssClass, items) {
|
||||||
|
|
||||||
var elem;
|
var elem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue