From 3d16d2e5af08422d5adfb588dc47b16e2cb1d327 Mon Sep 17 00:00:00 2001 From: Chi Cheng Date: Thu, 29 Jan 2009 12:17:47 +0000 Subject: [PATCH] demos: dialog modal form --- demos/dialog/modal-form2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html index f869cc891..84d51161d 100644 --- a/demos/dialog/modal-form2.html +++ b/demos/dialog/modal-form2.html @@ -86,7 +86,7 @@ } }, close: function() { - allFields.val(''); + allFields.val('').removeClass('ui-state-error'); } }); -- 2.39.5