mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added page title management (closed #33)
This commit is contained in:
@ -16,6 +16,7 @@ App.Presenters.RegistrationPresenter = function(
|
||||
|
||||
function init() {
|
||||
topNavigationPresenter.select('register');
|
||||
topNavigationPresenter.changeTitle('Registration');
|
||||
promise.wait(util.promiseTemplate('registration-form')).then(function(html) {
|
||||
template = _.template(html);
|
||||
render();
|
||||
|
Reference in New Issue
Block a user