summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/LogoutView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-11 02:28:43 -0500
committerJules Laplace <jules@okfoc.us>2015-11-11 02:28:43 -0500
commit93b3bded0286b2ec2e8b2f8210590ae7d052f09f (patch)
tree967b61a08cae3efe34b2e2eab801d5ea13780238 /StoneIsland/www/js/lib/account/LogoutView.js
parent1d0bff6384549b05927690e60c8bf708eda834bf (diff)
make footer better
Diffstat (limited to 'StoneIsland/www/js/lib/account/LogoutView.js')
-rw-r--r--StoneIsland/www/js/lib/account/LogoutView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/LogoutView.js b/StoneIsland/www/js/lib/account/LogoutView.js
index 45abc303..71e0bc31 100644
--- a/StoneIsland/www/js/lib/account/LogoutView.js
+++ b/StoneIsland/www/js/lib/account/LogoutView.js
@@ -7,6 +7,7 @@ var LogoutView = View.extend({
show: function(){
document.body.className = "logout"
+ app.footer.hide()
},
submit: function(e){