Skip to content

Commit eaa3041

Browse files
authored
Merge pull request #744 from CityOfBoston/DIG-2527
DIG-2527 clean up
2 parents 24c37c2 + 47ccede commit eaa3041

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/components/contact.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,8 @@ var BostonContact = (function () {
168168

169169
if (phone[0].value !== '') {
170170
if (!phone_input.value.match(phoneno)) {
171-
//return;
172-
//}
173-
//else {
174171
Boston.invalidateField(phone[0], "Please enter a valid phone number");
175172
valid = false;
176-
177173
}
178174
}
179175

0 commit comments

Comments
 (0)