1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 01:13:26 +00:00
This commit is contained in:
Jacob Levine 2019-03-22 07:03:31 -05:00
parent 313d627fa8
commit b88a7f7aa8

@ -36,7 +36,7 @@
Match: <select id="mselect" onchange="cmatch(document.getElementById('mselect').value)"></select>
Team: <select id="tselect"></Select>
Series: <select id="sselect" onchange="cseries(document.getElementById('sselect').value)">
<option value="quanttiative">Quantitative</option>
<option value="quantitative">Quantitative</option>
<option value="Qualitative">Qualitative</option>
</select>
</div>