God damn coffee. Also that specific title makes chrome shit itself.
This commit is contained in:
parent
b91d343679
commit
bfffdbee91
@ -739,11 +739,9 @@
|
|||||||
textContent: css
|
textContent: css
|
||||||
}) : $.el('link', {
|
}) : $.el('link', {
|
||||||
rel: 'stylesheet',
|
rel: 'stylesheet',
|
||||||
href: URL.createObjectURL(new Blob([css]))
|
href: URL.createObjectURL(new Blob([css], {
|
||||||
}, {
|
type: 'text/css'
|
||||||
type: 'text/css'
|
}))
|
||||||
}, {
|
|
||||||
title: g.NAMESPACE
|
|
||||||
});
|
});
|
||||||
$.asap((function() {
|
$.asap((function() {
|
||||||
return d.head;
|
return d.head;
|
||||||
|
|||||||
@ -90,9 +90,7 @@ $.extend $,
|
|||||||
else
|
else
|
||||||
$.el 'link',
|
$.el 'link',
|
||||||
rel: 'stylesheet'
|
rel: 'stylesheet'
|
||||||
href: URL.createObjectURL new Blob [css],
|
href: URL.createObjectURL new Blob([css], type: 'text/css')
|
||||||
type: 'text/css'
|
|
||||||
title: g.NAMESPACE
|
|
||||||
$.asap (-> d.head), ->
|
$.asap (-> d.head), ->
|
||||||
$.add d.head, style
|
$.add d.head, style
|
||||||
style
|
style
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user