mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server: use index-based paging (#123)
This commit is contained in:
@ -18,12 +18,6 @@ class PageController {
|
||||
}
|
||||
|
||||
run(ctx) {
|
||||
const extendedContext = {
|
||||
getClientUrlForPage: ctx.getClientUrlForPage,
|
||||
parameters: ctx.parameters,
|
||||
};
|
||||
|
||||
ctx.pageContext = Object.assign({}, extendedContext);
|
||||
this._view.run(ctx);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user