Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahob85 authored Jan 25, 2019
1 parent 17deba2 commit c28e21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cs1/eligibility/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22596,6 +22596,7 @@
]
};
let validSites;
document.getElementsByName("form")[0].onsubmit = function() { return false;};
submitButton.style.display = "block";
submitButton.addEventListener("click", showMessage);
zipCodeArea.addEventListener("keypress", checkKey);
Expand Down

0 comments on commit c28e21a

Please sign in to comment.