diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:46 -0500 |
| commit | 015b58ff6845b5cb79b13fec109a37b4c10c7813 (patch) | |
| tree | e86dcdec8f67117ece76f780d8d6b35fb3e0eea0 /StoneIsland/platforms | |
| parent | 6e140c73aaecad1fefc6f5e9c6dd3a3e834766f5 (diff) | |
more scrolltotops
Diffstat (limited to 'StoneIsland/platforms')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/lib/auth/SignupView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/auth/SignupView.js b/StoneIsland/platforms/ios/www/js/lib/auth/SignupView.js index bba959bd..afbb8877 100644 --- a/StoneIsland/platforms/ios/www/js/lib/auth/SignupView.js +++ b/StoneIsland/platforms/ios/www/js/lib/auth/SignupView.js @@ -42,6 +42,7 @@ var SignupView = FormView.extend({ document.body.className = "signup" this.preload() + this.deferScrollToTop() }, validate_presence: { |
