diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/LogoutView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/LogoutView.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/StoneIsland/www/js/lib/account/LogoutView.js b/StoneIsland/www/js/lib/account/LogoutView.js index fffe661a..d5b70aff 100644 --- a/StoneIsland/www/js/lib/account/LogoutView.js +++ b/StoneIsland/www/js/lib/account/LogoutView.js @@ -6,11 +6,7 @@ var LogoutView = View.extend({ }, show: function(){ - document.body.classList.add("logout") - }, - - hide: function(){ - document.body.classList.remove("logout") + document.body.className = "logout" }, submit: function(e){ |
