From 3bfb03832b8a6b307c5a48a5fa7b2d7ad3e3ee59 Mon Sep 17 00:00:00 2001 From: Alexandre Claveau Date: Tue, 19 Mar 2019 17:25:48 +0100 Subject: [PATCH] yes --- web/js/AddressValidationMethod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {