mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: add title to every page
This commit is contained in:
@ -12,6 +12,7 @@ const fields = ['id', 'comments', 'commentCount', 'thumbnailUrl'];
|
||||
class CommentsController {
|
||||
constructor(ctx) {
|
||||
topNavigation.activate('comments');
|
||||
topNavigation.setTitle('Listing comments');
|
||||
|
||||
this._pageController = new PageController({
|
||||
parameters: ctx.parameters,
|
||||
|
Reference in New Issue
Block a user