added strat options

This commit is contained in:
Jacob Levine 2019-03-08 10:47:49 -06:00
parent 274017806f
commit 44f209f331
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,9 @@
<option value="Fast">Fast</option> <option value="Fast">Fast</option>
<option value="Ludicrous">Ludicrous</option> <option value="Ludicrous">Ludicrous</option>
</select> </select>
<div>
Strategy: <input type="text" name="" value="" id="strat">
</div>
<h3>Sandstorm:</h3> <h3>Sandstorm:</h3>
<div> <div>
Sandstorm Cross Bonus: <select id="SCross"> Sandstorm Cross Bonus: <select id="SCross">

View File

@ -66,6 +66,7 @@ function subRes() {
push['teamDBRef'] = 'team-' + document.getElementById('tsn').value push['teamDBRef'] = 'team-' + document.getElementById('tsn').value
push['speed'] = document.getElementById('speed').value push['speed'] = document.getElementById('speed').value
push['sandstormCross'] = document.getElementById('SCross').value push['sandstormCross'] = document.getElementById('SCross').value
push['strategy']= document.getElementById('strat').value
push['sandstormCargoShipHatchSuccess'] = document.getElementById('SCHS').value push['sandstormCargoShipHatchSuccess'] = document.getElementById('SCHS').value
push['sandstormCargoShipHatchFailure'] = document.getElementById('SCHU').value push['sandstormCargoShipHatchFailure'] = document.getElementById('SCHU').value