From 0816607c427b8596d004554865018db459c67a77 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 22 Oct 2013 17:22:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=EC=97=90=EC=84=9C=20swipe=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8=ED=95=A0=20=ED=83=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= 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 4a6296623..2a80e8904 100644 --- a/js/shop.mobile.main.js +++ b/js/shop.mobile.main.js @@ -258,7 +258,7 @@ } }, threshold: 100, - excludedElements:".noSwipe", + 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 0c0867d82..8c803b282 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -378,7 +378,7 @@ $(function(){ return false; }, threshold: 100, - excludedElements:".noSwipe", + excludedElements:"button, input, select, textarea, .noSwipe", allowPageScroll:"vertical" };