From 943cfc5b405525ce949ed493786e30392dfc10f9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 18:28:33 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20#275=20=EC=83=81=ED=92=88?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=B3=B4=EA=B8=B0=20=EC=9C=A0?= =?UTF-8?q?=ED=98=95=20=EB=B3=80=EA=B2=BD=20=EA=B3=A0=EB=8F=84=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.sub.php | 4 ++-- shop/list.sub2.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shop/list.sub.php b/shop/list.sub.php index 43dd0716f..2e32fb66d 100644 --- a/shop/list.sub.php +++ b/shop/list.sub.php @@ -3,6 +3,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?>
- - + +
\ No newline at end of file diff --git a/shop/list.sub2.php b/shop/list.sub2.php index f7a8bfb08..c699e94ca 100644 --- a/shop/list.sub2.php +++ b/shop/list.sub2.php @@ -27,7 +27,7 @@ $.fn.listType = function(type) } }); - $("button.sct_lst_gallery span").addClass("sct_lst_on").html("활성"); + $("button.sct_lst_gallery span").addClass("sct_lst_on").html(" 선택됨"); } else { this.addClass("sct_40"); $el.each(function() { @@ -36,7 +36,7 @@ $.fn.listType = function(type) } }); - $("button.sct_lst_list span").addClass("sct_lst_on").html("활성"); + $("button.sct_lst_list span").addClass("sct_lst_on").html(" 선택됨"); } set_cookie("ck_itemlist_type", type, 1, g4_cookie_domain);