diff --git a/js/shop.mobile.main.js b/js/shop.mobile.main.js index 3ac6b279d..2203d74b8 100644 --- a/js/shop.mobile.main.js +++ b/js/shop.mobile.main.js @@ -271,7 +271,7 @@ } }, threshold: 100, - excludedElements:"button, input, select, textarea, .noSwipe", + excludedElements:"a, button, input, select, textarea, .noSwipe", allowPageScroll:"vertical" }); } diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index b22df66e1..c608f701b 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -388,7 +388,7 @@ $(function(){ return false; }, threshold: 100, - excludedElements:"button, input, select, textarea, .noSwipe", + excludedElements:"button, input, select, textarea, .noSwipe, div#sit_more", allowPageScroll:"vertical" };