style customization fix
This commit is contained in:
parent
20b4788146
commit
2caf40f41a
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
loadCSS = function(href) {
|
loadCSS = function(href) {
|
||||||
var cssLink = $("<link rel='stylesheet' type='text/css' href='"+href+"'>");
|
var cssLink = $("<link rel='stylesheet' type='text/css' href='"+href+"'>");
|
||||||
$("link[type='text/css']").remove();
|
$("link[rel='stylesheet']").remove();
|
||||||
$("head").append(cssLink);
|
$("head").append(cssLink);
|
||||||
};
|
};
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user