From 83a9f219bf40ff834d660020bbfa7de550e48a0c Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 15 Nov 2012 22:29:24 +0100 Subject: Dialog: Use button widget for close button (was already listed as dependency) --- demos/dialog/modal-form.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'demos/dialog/modal-form.html') diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index a779494a4..b1d4e52cc 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -12,6 +12,7 @@ + @@ -86,10 +87,10 @@ if ( bValid ) { $( "#users tbody" ).append( "" + - "" + name.val() + "" + - "" + email.val() + "" + + "" + name.val() + "" + + "" + email.val() + "" + "" + password.val() + "" + - "" ); + "" ); $( this ).dialog( "close" ); } }, -- cgit v1.2.3