client/general: add title to every page

This commit is contained in:
rr-
2016-07-13 21:50:07 +02:00
parent 394e51ed21
commit 2a39ec165d
18 changed files with 22 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class LoginController {
constructor() {
api.forget();
topNavigation.activate('login');
topNavigation.setTitle('Login');
this._loginView = new LoginView();
this._loginView.addEventListener('submit', e => this._evtLogin(e));