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