auto-organize fix
This commit is contained in:
parent
bbfda77868
commit
f64e0c7c53
54 changed files with 838 additions and 666 deletions
|
@ -175,7 +175,7 @@
|
|||
$('#selectPageSize', page).val(query.Limit).selectmenu('refresh');
|
||||
}
|
||||
|
||||
$(document).on('pageinit', "#playlistEditorPage", function () {
|
||||
$(document).on('pageinitdepends', "#playlistEditorPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -215,7 +215,7 @@
|
|||
|
||||
});
|
||||
|
||||
}).on('pagebeforeshow', "#playlistEditorPage", function () {
|
||||
}).on('pageshowready', "#playlistEditorPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -234,8 +234,6 @@
|
|||
LibraryBrowser.loadSavedQueryValues(viewkey, query);
|
||||
reloadItems(page);
|
||||
|
||||
}).on('pageshow', "#playlistEditorPage", function () {
|
||||
|
||||
updateFilterControls(this);
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue