diff --git a/preview.html b/preview.html index a92735b..68c96bc 100644 --- a/preview.html +++ b/preview.html @@ -37,7 +37,7 @@ loadCSS = function(href) { var cssLink = $(""); - $("link[type='text/css']").remove(); + $("link[rel='stylesheet']").remove(); $("head").append(cssLink); }; })(jQuery);