yes
This commit is contained in:
parent
91cadf936e
commit
3bfb03832b
@ -106,8 +106,8 @@ function Check() {
|
|||||||
} else {
|
} else {
|
||||||
var re = /\D+/;
|
var re = /\D+/;
|
||||||
if (!re.test($("#apartment").val())) {
|
if (!re.test($("#apartment").val())) {
|
||||||
alert("Invaild Apartment Number");
|
//alert("Invaild Apartment Number");
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (f_account) {
|
if (f_account) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user