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
|
||||
}) : $.el('link', {
|
||||
rel: 'stylesheet',
|
||||
href: URL.createObjectURL(new Blob([css]))
|
||||
}, {
|
||||
type: 'text/css'
|
||||
}, {
|
||||
title: g.NAMESPACE
|
||||
href: URL.createObjectURL(new Blob([css], {
|
||||
type: 'text/css'
|
||||
}))
|
||||
});
|
||||
$.asap((function() {
|
||||
return d.head;
|
||||
|
||||
@ -90,9 +90,7 @@ $.extend $,
|
||||
else
|
||||
$.el 'link',
|
||||
rel: 'stylesheet'
|
||||
href: URL.createObjectURL new Blob [css],
|
||||
type: 'text/css'
|
||||
title: g.NAMESPACE
|
||||
href: URL.createObjectURL new Blob([css], type: 'text/css')
|
||||
$.asap (-> d.head), ->
|
||||
$.add d.head, style
|
||||
style
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user