From 8e5cbf60594f3adb83e1d6ec148ffe9b4c6f37cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 14 Jan 2009 00:27:25 +0000 Subject: [PATCH] Dialog: Fixed #3813: Ensure the content is visible during init. --- ui/ui.dialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index 6865a6650..435695011 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -69,6 +69,7 @@ $.widget("ui.dialog", { }), uiDialogContent = this.element + .show() .removeAttr('title') .addClass( 'ui-dialog-content ' +