Define a custom event prefix in the wpdialog jQuery UI widget to work around a jQuery UI 1.9.1 regression. see #22399.
git-svn-id: http://core.svn.wordpress.org/trunk@22513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e77ec92846
commit
8b53ffec74
|
@ -4,6 +4,7 @@
|
|||
options: {
|
||||
closeOnEscape: false
|
||||
},
|
||||
widgetEventPrefix: 'wpdialog',
|
||||
|
||||
open: function() {
|
||||
var ed;
|
||||
|
|
Loading…
Reference in New Issue