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"); } });