From 728f34f69e02510a299143134c7b06906ecaf963 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 9 Aug 2013 09:22:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EB=9D=BC=EC=9D=B8=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=A0=9C=EA=B1=B0=EB=A5=BC=20removeAttr?= =?UTF-8?q?=EC=9D=84=20=EC=9D=B4=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.sub2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/list.sub2.php b/shop/list.sub2.php index c699e94ca..ca7ff804d 100644 --- a/shop/list.sub2.php +++ b/shop/list.sub2.php @@ -32,7 +32,7 @@ $.fn.listType = function(type) this.addClass("sct_40"); $el.each(function() { if($(this).data("style")) { - $(this).attr("style", ""); + $(this).removeAttr("style"); } });