diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 23:17:05 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 23:17:05 -0500 |
| commit | 0805b9a105f6cb12ffb23349e1458d13ffd90d4f (patch) | |
| tree | b3ae97ace949963b0e6d9ae1df6be74046f5fd12 /StoneIsland/www/js/lib/auth/LogoutView.js | |
| parent | eac52234321adbbb0c97c0bfedf4c7bcc64d7397 (diff) | |
dates and some cart auth
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/auth/LogoutView.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/LogoutView.js b/StoneIsland/www/js/lib/auth/LogoutView.js index 62c925eb..feb264dd 100644 --- a/StoneIsland/www/js/lib/auth/LogoutView.js +++ b/StoneIsland/www/js/lib/auth/LogoutView.js @@ -8,6 +8,7 @@ var LogoutView = View.extend({ show: function(){ document.body.className = "logout" app.footer.hide() + app.account.log_out() }, - + })
\ No newline at end of file |
