Dialog: Fixed #3813: Ensure the content is visible during init.

This commit is contained in:
Scott González 2009-01-14 00:27:25 +00:00
parent 7ffeecefc9
commit 8e5cbf6059

View File

@ -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 ' +