mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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: https://develop.svn.wordpress.org/trunk@22513 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
options: {
|
||||
closeOnEscape: false
|
||||
},
|
||||
widgetEventPrefix: 'wpdialog',
|
||||
|
||||
open: function() {
|
||||
var ed;
|
||||
|
||||
Reference in New Issue
Block a user