summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/LogoutView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js')
-rw-r--r--StoneIsland/www/js/lib/auth/LogoutView.js13
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