summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/LogoutView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 18:44:57 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 18:44:57 -0500
commit39b395f28ed7eb0d24eef6b2e50a3a235af0b31e (patch)
tree0ab7e4f99e08a4efb5bda62888bfb92312f4b5a7 /StoneIsland/www/js/lib/account/LogoutView.js
parentee15de014ecfc780c8bd86e00eb8b24bf6149db9 (diff)
some js for orders view
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