Skip to content

Commit

Permalink
Merge pull request #744 from CityOfBoston/DIG-2527
Browse files Browse the repository at this point in the history
DIG-2527 clean up
  • Loading branch information
subaha-cob authored Jul 20, 2023
2 parents 24c37c2 + 47ccede commit eaa3041
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/components/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,8 @@ var BostonContact = (function () {

if (phone[0].value !== '') {
if (!phone_input.value.match(phoneno)) {
//return;
//}
//else {
Boston.invalidateField(phone[0], "Please enter a valid phone number");
valid = false;

}
}

Expand Down

0 comments on commit eaa3041

Please sign in to comment.