diff --git a/src/main/webapp/register.jsp b/src/main/webapp/register.jsp index f3c6d9e..fca1d72 100644 --- a/src/main/webapp/register.jsp +++ b/src/main/webapp/register.jsp @@ -147,6 +147,7 @@ } } + $("#first_name").focusin(function () { $(this).removeClass('aai-form-danger'); $(".msg_first_name_error").fadeOut(); @@ -165,6 +166,7 @@ $("#email").focusin(function () { $(this).removeClass('aai-form-danger'); $(".msg_email_error").fadeOut(); + $(".msg_email_validation_error").fadeOut(); }); $("#email_conf").focusin(function () {