From 2caf40f41ae32d2d6ad82db44dd09653080d04b2 Mon Sep 17 00:00:00 2001 From: Igor Shymko Date: Sat, 20 Jun 2015 21:52:50 +0300 Subject: [PATCH] style customization fix --- preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);