mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
chrome is still horrible
This commit is contained in:
parent
c76a5ddb5e
commit
4671eacb6e
@ -17,12 +17,10 @@
|
||||
<body>
|
||||
<div id="mySidenav" class="sidenav">
|
||||
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
||||
<a href="../../profile">Profile</a>
|
||||
<a href="../../team">Team</a>
|
||||
<p>Scout Matches</p>
|
||||
<a href="../signUps" class="scoutMatchLinks">Sign Up For Matches</a>
|
||||
<a href="#" class="scoutMatchLinks">Submit Scouting Reports</a>
|
||||
<a href="../../stats">Tournament Stats</a>
|
||||
<a href="../profile">Profile</a>
|
||||
<a href="../team">Team</a>
|
||||
<a href="#" >Scout Matches</a>
|
||||
<a href="../stats">Tournament Stats</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<span onclick="openNav()" id="topbar">
|
||||
@ -38,8 +36,8 @@
|
||||
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="quantitative">Quantitative</option>
|
||||
<option value="qualitative">Qualitative</option>
|
||||
<option value="Quantitative">Quantitative</option>
|
||||
<option value="Qualitative">Qualitative</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id=FormData>
|
||||
|
Loading…
Reference in New Issue
Block a user