mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update script loading
This commit is contained in:
parent
463ad6cfb1
commit
bbdbdf346e
92 changed files with 1062 additions and 518 deletions
|
@ -478,7 +478,7 @@
|
|||
|
||||
}
|
||||
|
||||
$(document).on('pageinit', "#libraryReportManagerPage", function () {
|
||||
$(document).on('pageinitdepends', "#libraryReportManagerPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -781,7 +781,7 @@
|
|||
reloadItems(page);
|
||||
});
|
||||
})
|
||||
.on('pagebeforeshow', "#libraryReportManagerPage", function () {
|
||||
.on('pageshowready', "#libraryReportManagerPage", function () {
|
||||
|
||||
query.UserId = Dashboard.getCurrentUserId();
|
||||
var page = this;
|
||||
|
@ -791,11 +791,6 @@
|
|||
QueryReportColumns.onPageShow(page, query);
|
||||
$('#selectView', page).val(query.IncludeItemTypes).selectmenu('refresh').trigger('change');
|
||||
|
||||
})
|
||||
.on('pageshow', "#libraryReportManagerPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
updateFilterControls(page);
|
||||
|
||||
filtersLoaded = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue