Permalink
Browse files

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

  • Loading branch information...
1 parent 7ffeece commit 8e5cbf60594f3adb83e1d6ec148ffe9b4c6f37cb @scottgonzalez scottgonzalez committed Jan 14, 2009
Showing with 1 addition and 0 deletions.
  1. +1 −0 ui/ui.dialog.js
View
@@ -69,6 +69,7 @@ $.widget("ui.dialog", {
}),
uiDialogContent = this.element
+ .show()
.removeAttr('title')
.addClass(
'ui-dialog-content ' +

0 comments on commit 8e5cbf6

Please sign in to comment.