mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed next/prev post
This commit is contained in:
@ -217,6 +217,7 @@ App.Presenters.PagerPresenter = function(
|
||||
}
|
||||
query.page = parseInt(query.page) || 1;
|
||||
var page = query.page;
|
||||
query = _.extend({}, query);
|
||||
delete query.page;
|
||||
forceClear =
|
||||
query.query !== pager.getSearchParams().query ||
|
||||
|
Reference in New Issue
Block a user