diff --git a/web/js/AddressValidationMethod.js b/web/js/AddressValidationMethod.js index a2e86b8..4c302e5 100644 --- a/web/js/AddressValidationMethod.js +++ b/web/js/AddressValidationMethod.js @@ -106,8 +106,8 @@ function Check() { } else { var re = /\D+/; if (!re.test($("#apartment").val())) { - alert("Invaild Apartment Number"); - return false; + //alert("Invaild Apartment Number"); + return true; } } if (f_account) {