Skip to content

Commit

Permalink
default to 1 second advance delay on the results page
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed May 10, 2024
1 parent 3278954 commit 28a7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/template/battle-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Beat battle results: {{ .Battle.Name }}</h1>

<div id="controls">
<input type="checkbox" id="autoplay" checked /> auto advance<br />
<input type="range" min="0" max="30" value="10" class="slider" id="delay" /> delay: <span id="delay-value">10</span><br />
<input type="range" min="0" max="30" value="10" class="slider" id="delay" /> delay: <span id="delay-value">1</span><br />
</div>

{{ range $placeIdx, $entries := .TopPlaces }}
Expand Down

0 comments on commit 28a7eb8

Please sign in to comment.