Add toggle for non-ILB teams & hide those teams by default

This commit is contained in:
Lavender Perry 2021-06-16 11:21:20 -07:00
parent 599b266ec0
commit ea672d710a
Signed by untrusted user: elle
GPG key ID: EF8E44AF715C28A0
2 changed files with 93 additions and 45 deletions

View file

@ -6,7 +6,13 @@
</title>
</head>
<body>
<form id="shadows">
<form id="options">
<input type="checkbox" id="fkteams_toggle">
<label for="fkteams_toggle">
Toggle teams that are not in the ILB.
This may include spoilers for new teams.
</label>
<br />
<input type="checkbox" id="shadows_toggle">
<label for="shadows_toggle">
Toggle shadowed players
@ -16,6 +22,10 @@
</div>
<div id="results_shadowed">
</div>
<div id="fkresults">
</div>
<div id="fkresults_shadowed">
</div>
<h1 id="progress">
Loading...
</h1>