mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-04 17:44:58 -05:00
Dialog: Fixed #3813: Ensure the content is visible during init.
This commit is contained in:
@@ -69,6 +69,7 @@ $.widget("ui.dialog", {
|
||||
}),
|
||||
|
||||
uiDialogContent = this.element
|
||||
.show()
|
||||
.removeAttr('title')
|
||||
.addClass(
|
||||
'ui-dialog-content ' +
|
||||
|
||||
Reference in New Issue
Block a user