diff options
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 |
