diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js b/StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js index 9410fa42..03dc8cbf 100644 --- a/StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js +++ b/StoneIsland/platforms/ios/www/js/lib/account/PaymentView.js @@ -36,6 +36,7 @@ var PaymentView = FormView.extend({ if (! auth.logged_in()) { return app.router.go("intro") } app.footer.show("SAVE", "CANCEL") document.body.className = "payment" + this.deferScrollToTop() // this.preload() }, |
