mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed post list presenter not updating queries
This commit is contained in:
@ -55,7 +55,9 @@ App.Presenters.PostListPresenter = function(
|
||||
jQuery(window).on('resize', windowResized);
|
||||
}
|
||||
|
||||
function reinit(params, loaded) {
|
||||
function reinit(_params, loaded) {
|
||||
params = _params;
|
||||
params.query = params.query || {};
|
||||
pagerPresenter.reinit({query: params.query});
|
||||
loaded();
|
||||
softRender();
|
||||
|
Reference in New Issue
Block a user