This commit is contained in:
Pavel Reznikov 2015-02-26 23:41:16 -08:00
commit cc09c35bc0

View file

@ -34,7 +34,7 @@
else {
style.appendChild(document.createTextNode(""));
}
document.head.appendChild(style);
document.getElementsByTagName('head')[0].appendChild(style);
return style.sheet;
},