Add toggle for non-ILB teams & hide those teams by default
This commit is contained in:
parent
599b266ec0
commit
ea672d710a
2 changed files with 93 additions and 45 deletions
12
index.html
12
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue