Skip to content

Commit

Permalink
added some notes and modified alert
Browse files Browse the repository at this point in the history
  • Loading branch information
danswick committed Feb 21, 2015
1 parent 98aa447 commit 61ea9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ $('#idForm').submit(function( e ) {
location.href = 'http://deltalumin.com/webpage/?' + $(this).serialize();
console.log(ID);
} else {
alert("Please enter a valid ID number");
alert("Please enter a valid ID number (1-4 for now)"); // need to update alert during pilot phase
}
});

// put text box in focus on page load
function setup() {
var textInput;
textInput = $('#idForm .textInput');
Expand Down

0 comments on commit 61ea9ee

Please sign in to comment.