diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-22 16:11:12 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-22 16:11:12 -0500 |
| commit | fa9d1c62c8cc4b39caee69b1ba31401f0d4aac66 (patch) | |
| tree | be7de3febad13a0ba77aa02e19f9527df81549d1 /StoneIsland/www/js/lib/account/AccountView.js | |
| parent | 46bca0d394d4c327d692a081f9afedcf7e05c146 (diff) | |
keep user object around after login
Diffstat (limited to 'StoneIsland/www/js/lib/account/AccountView.js')
| -rw-r--r-- | 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 8f53b27f..c72a2a40 100644 --- a/StoneIsland/www/js/lib/account/AccountView.js +++ b/StoneIsland/www/js/lib/account/AccountView.js @@ -36,6 +36,7 @@ var AccountView = View.extend({ $("#nav .login").hide() $("#nav .account, #nav .logout").show() }, + logged_out: function(){ $("#nav .login").show() $("#nav .account, #nav .logout").hide() |
