diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 17:38:08 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 17:38:08 +0200 |
| commit | 5eec403809726fc2f0e914ef13ad51d15564e9ab (patch) | |
| tree | eb88dd04aeae0eeb418cad48dbf04d1546f7142b /public/assets/js/lib/router.js | |
| parent | 211098a597935494276aa1e43fb92397d549606b (diff) | |
prev/next working :)
Diffstat (limited to 'public/assets/js/lib/router.js')
| -rw-r--r-- | public/assets/js/lib/router.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/router.js b/public/assets/js/lib/router.js index b6e29be..f7da22f 100644 --- a/public/assets/js/lib/router.js +++ b/public/assets/js/lib/router.js @@ -37,6 +37,7 @@ var SiteRouter = Router.extend({ }, initialize: function () { + this.__super__.initialize.call(this); $(".logout").click(() => this.logout()); }, |
