From 0b2d4cfddf6755e5b6c6b2d78f19a87117638385 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 26 Dec 2013 16:20:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=83=81=EC=84=B8=20swipe=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/item.form.skin.php | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 3238d9799..ebe84e805 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -3,7 +3,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - @@ -364,35 +363,6 @@ $(function(){ return false; }); - - // 이전 다음상품 swipe - var swipeOptions = { - swipe: function(event, direction) { - switch(direction) { - case "left": - - content_swipe(direction); - - fancyalert("다음 상품이 없습니다."); - - break; - case "right": - - content_swipe(direction); - - fancyalert("이전 상품이 없습니다."); - - break; - } - - return false; - }, - threshold: 100, - excludedElements:"button, input, select, textarea, .noSwipe, div#sit_more, div#sit_star_sns", - allowPageScroll:"vertical" - }; - - $("#container").swipe(swipeOptions); }); function content_swipe(direction)