Fixed history navigation in comment list
This commit is contained in:
parent
b26fd88d6f
commit
a7a2f31dc2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ App.Presenters.GlobalCommentListPresenter = function(
|
|||
|
||||
|
||||
function reinit(params, loaded) {
|
||||
pagerPresenter.reinit({query: params.query});
|
||||
pagerPresenter.reinit({query: params.query || {}});
|
||||
loaded();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue