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