--- ajax_disable_redirect.old.js	2009-02-10 22:46:14.000000000 +0100
+++ ajax_disable_redirect.js	2009-03-22 14:29:39.000000000 +0100
@@ -22,6 +22,7 @@ Drupal.Ajax.plugins.disable_redirect = f
   if (hook === 'complete') {
     if (args.options.disable_redirect === true) {
       args.local.form[0].reset();
+      $('.form-item :input', args.local.form[0]).removeClass('error');
       if (args.options.remove_form === true) {
         args.local.form.remove();
       }
