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