mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog: Fixed #3813: Ensure the content is visible during init.
This commit is contained in:
parent
7ffeecefc9
commit
8e5cbf6059
@ -69,6 +69,7 @@ $.widget("ui.dialog", {
|
||||
}),
|
||||
|
||||
uiDialogContent = this.element
|
||||
.show()
|
||||
.removeAttr('title')
|
||||
.addClass(
|
||||
'ui-dialog-content ' +
|
||||
|
Loading…
Reference in New Issue
Block a user