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); ?> - - + +