diff --git a/extend/version.extend.php b/extend/version.extend.php index f741400af..3eb926b64 100644 --- a/extend/version.extend.php +++ b/extend/version.extend.php @@ -5,4 +5,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 // 예) https://도메인/css/default.css?ver=220620 // 예) https://도메인/js/common.js?ver=220620 define('G5_CSS_VER', '2303229'); -define('G5_JS_VER', '2210172'); +define('G5_JS_VER', '2304171'); diff --git a/js/shop.js b/js/shop.js index da9dbba88..938279041 100644 --- a/js/shop.js +++ b/js/shop.js @@ -40,7 +40,7 @@ $(function() { }); if(isAndroid) { - $(document).on("touchend", "select.it_option", function() { + $(document).on("touchend mouseup", "select.it_option", function() { option_add = true; }); } else { @@ -151,7 +151,7 @@ $(function() { }); if(isAndroid) { - $(document).on("touchend", "select.it_supply", function() { + $(document).on("touchend mouseup", "select.it_supply", function() { supply_add = true; }); } else { diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index 74498f808..212687f58 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -36,8 +36,8 @@ $result = sql_query($sql); $cart_count = sql_num_rows($result); ?> - - + +
diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 5bfb4f89f..8570ac3fd 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -201,7 +201,7 @@ echo run_replace('shop_it_mobile_head_html', '
'.conv_content ?> - + - - + +
diff --git a/shop/item.php b/shop/item.php index 5649acb87..906726a02 100644 --- a/shop/item.php +++ b/shop/item.php @@ -252,7 +252,7 @@ include_once(G5_SHOP_PATH.'/settle_naverpay.inc.php'); ?> - +