diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-15 13:50:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-15 13:50:35 +0200 |
| commit | 189eccc46edd09e78c9683580ccf078c28d5b34e (patch) | |
| tree | 65d97d909384b1501993fd73b6b4d389f02001a4 /StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js | |
| parent | 590a9772063bd0774c6ad4c099447472294deecd (diff) | |
consent modal stuff
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js b/StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js index 481dcb8d..89091473 100755 --- a/StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js +++ b/StoneIsland/platforms/ios/www/js/lib/auth/LogoutView.js @@ -10,6 +10,8 @@ var LogoutView = View.extend({ app.header.set_cart_count(0) app.footer.hide() auth.log_out() + app.demand_consent = false + app.account.consent.hide() app.account.logged_out() }, |
