diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 23:05:33 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 23:07:10 -0500 |
| commit | 16e462faf5e661ceee700f6f0053d502121a5f62 (patch) | |
| tree | 0b23c8ced6843ea54d956b224fbac5e8ae6de9b7 /StoneIsland/www/js/lib/account/ProfileView.js | |
| parent | f4f94bedc9027e630c1277d15e414db686a948bd (diff) | |
account nav
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ProfileView.js | 4 |
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 |
