summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/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/auth/LogoutView.js
parentee15de014ecfc780c8bd86e00eb8b24bf6149db9 (diff)
some js for orders view
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