From 98df9f01bb5a611b3e12ef31ca2632ad36936035 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 24 Oct 2013 13:45:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20swipe=20threshold?= =?UTF-8?q?=20=EA=B0=92=20100=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.mobile.main.js | 2 +- mobile/skin/shop/basic/item.form.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/shop.mobile.main.js b/js/shop.mobile.main.js index 50d20cb25..3ac6b279d 100644 --- a/js/shop.mobile.main.js +++ b/js/shop.mobile.main.js @@ -270,7 +270,7 @@ break; } }, - threshold: 70, + threshold: 100, excludedElements:"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 2e92f6958..9ebf9705b 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -377,7 +377,7 @@ $(function(){ return false; }, - threshold: 70, + threshold: 100, excludedElements:"button, input, select, textarea, .noSwipe", allowPageScroll:"vertical" };