diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ProfileView.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js index eb738a04..b93dcbc5 100644 --- a/StoneIsland/www/js/lib/account/ProfileView.js +++ b/StoneIsland/www/js/lib/account/ProfileView.js @@ -6,10 +6,16 @@ var ProfileView = View.extend({ }, initialize: function(){ + this.$form = this.$("form") + this.$msg = this.$(".msg") }, show: function(){ + app.footer.show("SAVE", "CANCEL") document.body.className = "profile" }, - + + save: function(){ + }, + })
\ No newline at end of file |
