Add option to include shadowed players (also results div is back with its sibling results_shadowed div)
This commit is contained in:
parent
6190157b2f
commit
e71e4a4d12
3 changed files with 77 additions and 19 deletions
13
index.html
13
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue