diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:08 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:08 -0500 |
| commit | 6e140c73aaecad1fefc6f5e9c6dd3a3e834766f5 (patch) | |
| tree | e585d17d76a8b3fa8a3c36c87d5c7b13e796b490 /StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js | |
| parent | 1771546b50cf3892a545d7d692eb3743b14ffc69 (diff) | |
more scrolltotops
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js')
| -rw-r--r-- | 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 da25fefc..ed2f3536 100644 --- a/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js +++ b/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js @@ -17,8 +17,8 @@ var ProfileView = FormView.extend({ if (! auth.logged_in()) { return app.router.go("intro") } app.footer.show("SAVE", "CANCEL") document.body.className = "profile" - this.preload(auth.user) + this.deferScrollToTop() }, validate_presence: { |
