chrome is still horrible

This commit is contained in:
Jacob Levine 2019-03-22 01:04:18 -05:00
parent c76a5ddb5e
commit 4671eacb6e

View File

@ -17,12 +17,10 @@
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</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>