From 0261ee59c47c4a940cd41b526bd891a97c02a6dd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Sep 2019 18:14:43 +0200 Subject: ditching iscroll --- StoneIsland/www/js/lib/cart/CartShipping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js') diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js index ef8f94b7..b5d6647b 100755 --- a/StoneIsland/www/js/lib/cart/CartShipping.js +++ b/StoneIsland/www/js/lib/cart/CartShipping.js @@ -21,7 +21,7 @@ var CartShipping = FormView.extend({ this.$address_form = this.$(".address") this.$msg = this.$(".msg") this.address = new AddressView ({ parent: this }) - this.scroller = new IScroll('#cart_shipping', app.iscroll_options) + this.scroller = ScrollFactory('#cart_shipping', app.iscroll_options) this.address.disabled = true }, -- cgit v1.2.3-70-g09d2