From 134e508160cadd14b5a24417edf6167fedee5312 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 18 Oct 2013 13:49:18 +0900 Subject: [PATCH] =?UTF-8?q?touchwipe=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20thres?= =?UTF-8?q?hod=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/iteminfo.php | 2 +- mobile/skin/shop/basic/item.form.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/iteminfo.php b/mobile/shop/iteminfo.php index eac696792..5c27f9f17 100644 --- a/mobile/shop/iteminfo.php +++ b/mobile/shop/iteminfo.php @@ -118,7 +118,7 @@ $(function() { wipeDown: function() { $("#info_top_layer").floatTopMenu("hide"); }, - min_move_y: 5, + min_move_y: 20, preventDefaultEvents: false }); diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index a0af74937..8f1740dad 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -492,7 +492,7 @@ $(function(){ $("#form_btn_layer").floatBottomMenu("hide"); }, min_move_x: 20, - min_move_y: 5, + min_move_y: 20, preventDefaultEvents: false });