From f69b59b069cdd966f84ae0d4d237f36770d4a245 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Aug 2013 17:35:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=EB=B7=B0=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B6=84=EB=A5=98=EB=B3=84=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EB=90=98=EB=8F=84=EB=A1=9D=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 --- shop/list.sub2.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shop/list.sub2.php b/shop/list.sub2.php index 5abd58b56..043038654 100644 --- a/shop/list.sub2.php +++ b/shop/list.sub2.php @@ -24,7 +24,7 @@ $.fn.listType = function(type) $(this).attr("style", $(this).data("style")); } }); - set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); + set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); } else { this.addClass("sct_40"); $el.each(function() { @@ -32,12 +32,12 @@ $.fn.listType = function(type) $(this).attr("style", ""); } }); - set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); + set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); } } // 리스트 타입 쿠키가 있을 경우 바로 적용 -if(itemlist_type = get_cookie("ck_itemlist_type")) { +if(itemlist_type = get_cookie("ck_itemlist_type")) { $("ul.sct").listType(itemlist_type); } @@ -62,7 +62,7 @@ $(function() { $(this).attr("style", $(this).data("style")); } }); - set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); + set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); } else { $("ul.sct").addClass("sct_40"); $el.each(function() { @@ -70,7 +70,7 @@ $(function() { $(this).attr("style", ""); } }); - set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); + set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); } }); });