diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ProfileView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js index da25fefc..ed2f3536 100644 --- a/StoneIsland/www/js/lib/account/ProfileView.js +++ b/StoneIsland/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: { |
