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
|
uiDialogContent = this.element
|
||||||
|
.show()
|
||||||
.removeAttr('title')
|
.removeAttr('title')
|
||||||
.addClass(
|
.addClass(
|
||||||
'ui-dialog-content ' +
|
'ui-dialog-content ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user