mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Prototype fix to keep Safari < 2 from blowing up. fixes #4363
git-svn-id: http://svn.automattic.com/wordpress/trunk@5604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ebee78ae54
commit
fc76cc488d
2
wp-includes/js/prototype.js
vendored
2
wp-includes/js/prototype.js
vendored
@ -24,7 +24,7 @@ var Prototype = {
|
||||
document.createElement('form').__proto__)
|
||||
},
|
||||
|
||||
ScriptFragment: '<script[^>]*>([\u0001-\uFFFF]*?)</script>',
|
||||
ScriptFragment: '<script[^>]*>([\\s\\S]*?)<\/script>',
|
||||
JSONFilter: /^\/\*-secure-\s*(.*)\s*\*\/\s*$/,
|
||||
|
||||
emptyFunction: function() { },
|
||||
|
Loading…
x
Reference in New Issue
Block a user