From 4204f7970eee986bb6e8ae0a48a876eabc4ffe8d Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 17 Apr 2023 12:16:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EB=93=9C=EB=A1=9C=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=20chrome=20112.0.5615.48=EC=97=90=EC=84=9C=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=98=B5=EC=85=98=EC=84=A0=ED=83=9D=EC=9D=B4=20?= =?UTF-8?q?=EC=95=88=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/version.extend.php | 2 +- js/shop.js | 4 ++-- mobile/shop/cart.php | 4 ++-- mobile/shop/item.php | 2 +- shop/cart.php | 4 ++-- shop/item.php | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) 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'); ?> - +