style customization fix

This commit is contained in:
Igor Shymko 2015-06-20 21:52:50 +03:00
parent 20b4788146
commit 2caf40f41a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
loadCSS = function(href) {
var cssLink = $("<link rel='stylesheet' type='text/css' href='"+href+"'>");
$("link[type='text/css']").remove();
$("link[rel='stylesheet']").remove();
$("head").append(cssLink);
};
})(jQuery);