auto-organize fix

This commit is contained in:
Luke Pulverenti 2015-06-08 17:32:20 -04:00
parent bbfda77868
commit f64e0c7c53
54 changed files with 838 additions and 666 deletions

View file

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