From c54c27c654cbe0331c523dbc0ae2e0ee9f469aa7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Aug 2013 18:23:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=EB=B7=B0=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20=EB=B3=80=EA=B2=BD=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=BD=94=EB=93=9C=20=EA=B0=84=EC=86=8C?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.sub2.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shop/list.sub2.php b/shop/list.sub2.php index 1bed5d18e..f7a8bfb08 100644 --- a/shop/list.sub2.php +++ b/shop/list.sub2.php @@ -26,7 +26,7 @@ $.fn.listType = function(type) $(this).attr("style", $(this).data("style")); } }); - set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); + $("button.sct_lst_gallery span").addClass("sct_lst_on").html("활성"); } else { this.addClass("sct_40"); @@ -35,9 +35,11 @@ $.fn.listType = function(type) $(this).attr("style", ""); } }); - set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); + $("button.sct_lst_list span").addClass("sct_lst_on").html("활성"); } + + set_cookie("ck_itemlist_type", type, 1, g4_cookie_domain); } // 리스트 타입 쿠키가 있을 경우 바로 적용