From 93ddff70445e3cc26e82be8e15b40a0bd1eb2806 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Feb 2015 14:58:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=8C=ED=88=B4=EB=B0=94=20=EB=8C=80?= =?UTF-8?q?=EC=9D=91=20=EB=A7=88=EC=9A=B0=EC=8A=A4=20=EC=9D=B4=EB=B2=A4?= =?UTF-8?q?=ED=8A=B8=20=EA=B4=80=EB=A0=A8=EC=BD=94=EB=93=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 --- js/shop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/shop.js b/js/shop.js index f0e392477..d1bb75d53 100644 --- a/js/shop.js +++ b/js/shop.js @@ -43,7 +43,7 @@ $(function() { option_add = true; }); } else { - $("select.it_option").live("mousedown", function() { + $("select.it_option").live("mouseup", function() { option_add = true; }); } @@ -145,7 +145,7 @@ $(function() { supply_add = true; }); } else { - $("select.it_supply").live("mousedown", function() { + $("select.it_supply").live("mouseup", function() { supply_add = true; }); }