diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
| commit | db9d93526b951a7660925cd2e721ab2588e4ca45 (patch) | |
| tree | d5d3292c44ecc7ce98c3edb9d7137f8a1ca8d5a8 /StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js | |
| parent | 0054cc1463731fc7045016d81dd6342e46c413ea (diff) | |
change go button to return
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js b/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js index df6bc865..98dba019 100755 --- a/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js +++ b/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js @@ -8,7 +8,7 @@ var ProfileView = FormView.extend({ action: sdk.account.update, initialize: function(){ - this.$form = this.$("form") + this.$form = this.$(".form") this.$msg = this.$(".msg") this.scroller = new IScroll('#profile', app.iscroll_options) }, |
