Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-08-09 10:11:39 +09:00
3 changed files with 6 additions and 4 deletions

View File

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