From 4c9d9061847bb0f47525fc7ffaeb74ff2f87fe35 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Thu, 29 Jan 2009 20:13:00 +0000 Subject: [PATCH] demos dialog modal-form2: changed link to button, removed autoOpen: false --- demos/dialog/modal-form2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html index 84d51161d..946374743 100644 --- a/demos/dialog/modal-form2.html +++ b/demos/dialog/modal-form2.html @@ -54,7 +54,6 @@ } $("#dialog").dialog({ - autoOpen: false, bgiframe: true, height: 300, modal: true, @@ -93,6 +92,7 @@ $('#create-user').click(function() { $('#dialog').dialog('open'); }); + }); @@ -115,7 +115,7 @@ -create new user + -- 2.39.5