diff options
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/auth/LogoutView.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/auth/LogoutView.js b/StoneIsland/www/js/lib/auth/LogoutView.js new file mode 100644 index 00000000..62c925eb --- /dev/null +++ b/StoneIsland/www/js/lib/auth/LogoutView.js @@ -0,0 +1,13 @@ +var LogoutView = View.extend({ + + el: "#logout", + + events: { + }, + + show: function(){ + document.body.className = "logout" + app.footer.hide() + }, + +})
\ No newline at end of file |
