commit
a63a9e65ec
|
@ -68,9 +68,11 @@ $(document).ready(function () {
|
||||||
register(event);
|
register(event);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#password').keyup(function(){
|
$(":password").keyup(function(){
|
||||||
if($("#password").val() != $("#matchPassword").val()){
|
if($("#password").val() != $("#matchPassword").val()){
|
||||||
$("#globalError").show().html("Password mismatch");
|
$("#globalError").show().html("Password mismatch");
|
||||||
|
}else{
|
||||||
|
$("#globalError").html("").hide();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue