summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ProfileView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 23:05:33 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 23:07:10 -0500
commit16e462faf5e661ceee700f6f0053d502121a5f62 (patch)
tree0b23c8ced6843ea54d956b224fbac5e8ae6de9b7 /StoneIsland/www/js/lib/account/ProfileView.js
parentf4f94bedc9027e630c1277d15e414db686a948bd (diff)
account nav
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ProfileView.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js
index f6e331a5..eb738a04 100644
--- a/StoneIsland/www/js/lib/account/ProfileView.js
+++ b/StoneIsland/www/js/lib/account/ProfileView.js
@@ -8,4 +8,8 @@ var ProfileView = View.extend({
initialize: function(){
},
+ show: function(){
+ document.body.className = "profile"
+ },
+
}) \ No newline at end of file