aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal-form2.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/modal-form2.html')
-rw-r--r--demos/dialog/modal-form2.html2
1 files changed, 1 insertions, 1 deletions
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');
}
});