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:
@ -6,6 +6,7 @@ const HelpView = require('../views/help_view.js');
|
||||
class HelpController {
|
||||
constructor(section, subsection) {
|
||||
topNavigation.activate('help');
|
||||
topNavigation.setTitle('Help');
|
||||
this._helpView = new HelpView(section, subsection);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user