Fixes #8098. Use the fast document.head when available. Don't set unneeded "script.type = text/javascript".
This commit is contained in:
parent
fdd4101fe9
commit
462bb1f66a
4 changed files with 6 additions and 10 deletions
|
@ -7,7 +7,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
|
|||
rtbody = /<tbody/i,
|
||||
rhtml = /<|&#?\w+;/,
|
||||
rnocache = /<(?:script|object|embed|option|style)/i,
|
||||
// checked="checked" or checked (html5)
|
||||
// checked="checked" or checked
|
||||
rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
|
||||
wrapMap = {
|
||||
option: [ 1, "<select multiple='multiple'>", "</select>" ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue