Add option to include shadowed players (also results div is back with its sibling results_shadowed div)

This commit is contained in:
Lavender 2021-04-05 20:01:14 -07:00
parent 6190157b2f
commit e71e4a4d12
Signed by: endie
GPG key ID: CC5162D7C2146F01
3 changed files with 77 additions and 19 deletions

View file

@ -6,6 +6,16 @@
</title>
</head>
<body>
<form id="shadows">
<input type="checkbox" id="shadows_toggle">
<label for="shadows_toggle">
Toggle shadowed players
</label>
</form>
<div id="results">
</div>
<div id="results_shadowed">
</div>
<h1 id="progress">
Loading...
</h1>
@ -20,7 +30,8 @@
<noscript>
your browser is bad and doesn't support javascript, or you turned it off<br />
this website needs javascript to function<br />
please enable javascript, if you want you can check its not doing anything bad by looking at the source code<br />
please enable javascript, if you want you can check its not doing anything bad
by looking at the source code<br />
if you have enabled it, refreshing the page should work
</noscript>
</body>