mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed history navigation in comment list
This commit is contained in:
@ -53,7 +53,7 @@ App.Presenters.GlobalCommentListPresenter = function(
|
||||
|
||||
|
||||
function reinit(params, loaded) {
|
||||
pagerPresenter.reinit({query: params.query});
|
||||
pagerPresenter.reinit({query: params.query || {}});
|
||||
loaded();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user