diff options
| author | rr- | 2016-07-13 21:50:07 +0200 |
|---|---|---|
| committer | rr- | 2016-07-13 21:50:07 +0200 |
| commit | 2a39ec165dd1cea9032463c540d6f4da87492c48 (patch) | |
| tree | a4ada868418d87043e4f3260d5b26e3948fc7901 /client/js/controllers/auth_controller.js | |
| parent | 394e51ed214695c0e912941c2d97b38cba9b4ed4 (diff) | |
client/general: add title to every page
Diffstat (limited to 'client/js/controllers/auth_controller.js')
| -rw-r--r-- | client/js/controllers/auth_controller.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/controllers/auth_controller.js b/client/js/controllers/auth_controller.js index baae595..e2fe4c9 100644 --- a/client/js/controllers/auth_controller.js +++ b/client/js/controllers/auth_controller.js @@ -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)); |