We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c927d commit fadb98dCopy full SHA for fadb98d
ui/widgets/dialog.js
@@ -485,7 +485,7 @@ $.widget( "ui.dialog", {
485
click: function( event ) {
486
event.preventDefault();
487
if ( this.options.restoreWidth !== undefined &&
488
- this.options.restoreWidth !== null &&
+ this.options.restoreWidth !== null &&
489
this.options.restoreWidth !== "" ) {
490
this.uiDialog.width( this.options.restoreWidth );
491
}
0 commit comments