From 5672abf7ce82950776d5647ef2ff996ab3522623 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 20 Jun 2013 18:18:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=ED=99=95=EC=9D=B8?= =?UTF-8?q?=ED=9B=84=20=EC=9D=B4=EB=AF=B8=EC=A7=80=EB=8B=AB=EA=B8=B0=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=B6=9C=EB=A0=A5=20=EC=82=B4=EB=A0=A4?= =?UTF-8?q?=EB=86=93=EA=B8=B0=20#238?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemform.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php index 32650fdcc..1db7fe08f 100644 --- a/adm/shop_admin/itemform.php +++ b/adm/shop_admin/itemform.php @@ -1005,13 +1005,11 @@ $(function(){ $img_display.toggle(); - /* if($img_display.is(":visible")) { $(this).text($(this).text().replace("확인", "닫기")); } else { $(this).text($(this).text().replace("닫기", "확인")); } - */ }); $(".sit_wimg_close").bind("click", function() { var $img_display = $(this).parents(".banner_or_img");