diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-24 18:18:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-24 18:18:50 +0200 |
| commit | ec92c9432cf452badb6cca2c41e41d0546006692 (patch) | |
| tree | 9b0ebc256d9dfda52586f4d59bf4d56aac04a8b0 /StoneIsland/www/js/lib/account/AccountView.js | |
| parent | a0b5692d077544ea2f44b41ed72f0b3c26b3dcf6 (diff) | |
many updates. consent modal
Diffstat (limited to 'StoneIsland/www/js/lib/account/AccountView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/account/AccountView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/AccountView.js b/StoneIsland/www/js/lib/account/AccountView.js index 4a6ff9e0..4605416c 100755 --- a/StoneIsland/www/js/lib/account/AccountView.js +++ b/StoneIsland/www/js/lib/account/AccountView.js @@ -1,6 +1,7 @@ var AccountView = View.extend({ initialize: function(){ + this.consent = new ConsentModal({ parent: this }) }, connect: function(initialLoginPath){ |
