mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added comment presenters
This commit is contained in:
@ -100,9 +100,8 @@ App.Presenters.PagerPresenter = function(
|
||||
return util.compileComplexRouteArgs(
|
||||
baseUri,
|
||||
_.extend(
|
||||
{},
|
||||
pager.getSearchParams(),
|
||||
{page: pager.getPage()}));
|
||||
{page: pager.getPage()},
|
||||
pager.getSearchParams()));
|
||||
}
|
||||
|
||||
function syncUrl() {
|
||||
|
Reference in New Issue
Block a user