Skip to content

Commit

Permalink
Merge pull request #1 from TheProgrammersClub/master
Browse files Browse the repository at this point in the history
pull
  • Loading branch information
afzalsayed96 authored Jun 18, 2017
2 parents 1243bae + 76ea9e8 commit c2b3881
Show file tree
Hide file tree
Showing 7 changed files with 708 additions and 157 deletions.
Binary file modified assets/dino.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dino.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions firebase_logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ function submitData(){
valid_submission = false;
}
}

// checking for correct phone number
if (s_contact.length < 8 || s_contact.length > 10){
contact.classList.add('invalid');
valid_submission = false;
}

// TODO: show the team name that they've registered with to repeated users
if (valid_submission) {
Expand Down
Loading

0 comments on commit c2b3881

Please sign in to comment.