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)