Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahob85 authored Feb 28, 2019
1 parent c28e21a commit af515c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs1/eligibility/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22677,7 +22677,7 @@
message += "<p>Sorry, only students attending public schools, or who receive financial assistance at private schools, are eligible to apply.</p>";
}
if(validSites.length === 0) {
message += "<p>Sorry, your zip code is not within 50 miles of a SMASH site.</p>";
message += "<p>Sorry, your zip code is not within 50 miles of a SMASH site, or in the case of SMASH Illinois, 25 miles from all eligible areas.</p>";
}
} else {
for(let i = 0; i < validSites.length; i++) {
Expand Down

0 comments on commit af515c4

Please sign in to comment.