Skip to content

Commit

Permalink
cdcddcd
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 2, 2024
1 parent 0a48c19 commit 9226f49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/teamdetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ async function submitTeamData( teamname, globalid, teamnumber, teamschool, allia
scores2speaker: scores2speaker,
Preferred: Preferred,
prefintake: prefintake,
spotlightEnters: spotlightEnters,
trap: trap,
alone: alone,
hangsWithAnother: hangsWithAnother,
Expand Down Expand Up @@ -83,7 +82,6 @@ document.getElementById("teaminfoform").addEventListener("submit", function(even
const Preferred = document.getElementById('Preferred').value;
const prefintake = document.getElementById('prefintake').value;

const spotlightEnters = document.getElementById('spotlightEnters').value;
const trap = document.getElementById('trap').value;
const alone = document.getElementById('alone').value;
const hangsWithAnother = document.getElementById('hangsWithAnother').value;
Expand Down

0 comments on commit 9226f49

Please sign in to comment.