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/cart | |
| parent | 0054cc1463731fc7045016d81dd6342e46c413ea (diff) | |
change go button to return
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/cart')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/cart/CartPayment.js | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/cart/CartShipping.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/cart/CartPayment.js b/StoneIsland/platforms/ios/www/js/lib/cart/CartPayment.js index a19e69a5..31c371a5 100755 --- a/StoneIsland/platforms/ios/www/js/lib/cart/CartPayment.js +++ b/StoneIsland/platforms/ios/www/js/lib/cart/CartPayment.js @@ -19,7 +19,7 @@ var CartPayment = FormView.extend({ initialize: function(opt){ this.parent = opt.parent - this.$form = this.$("form") + this.$form = this.$(".form") this.$msg = this.$(".msg") this.$same_as_shipping = this.$("[name=SameAsShipping]") this.$billing_address_rapper = this.$(".billing_address_rapper") diff --git a/StoneIsland/platforms/ios/www/js/lib/cart/CartShipping.js b/StoneIsland/platforms/ios/www/js/lib/cart/CartShipping.js index fd227324..536b5161 100755 --- a/StoneIsland/platforms/ios/www/js/lib/cart/CartShipping.js +++ b/StoneIsland/platforms/ios/www/js/lib/cart/CartShipping.js @@ -15,7 +15,7 @@ var CartShipping = FormView.extend({ initialize: function(opt){ this.parent = opt.parent - this.$form = this.$("form") + this.$form = this.$(".form") this.$dropdown_wrapper = this.$(".dropdown-wrapper") this.$address_list = this.$(".address_list") this.$address_form = this.$(".address") |
