From 39b395f28ed7eb0d24eef6b2e50a3a235af0b31e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Nov 2015 18:44:57 -0500 Subject: some js for orders view --- StoneIsland/www/js/lib/auth/LogoutView.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 StoneIsland/www/js/lib/auth/LogoutView.js (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js') 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 -- cgit v1.2.3-70-g09d2