diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 19:43:34 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 19:43:34 +0200 |
| commit | 6cb75379bc26f3fdfa57398797d03250994c20d9 (patch) | |
| tree | 4756d9386dcfbf94a43fc5e76652933e8f45b6a4 | |
| parent | 0f2caaab0abd07f8909734f1bc3e90551806e39b (diff) | |
add ui for the timer
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 3bb65ed..f06527d 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -487,6 +487,7 @@ </span> <span id="client_replaycontrols" style="display: none; white-space: nowrap;"> <input id="client_replaygo" style="width: 25%;" type="button" onclick="onReplayGo(event)" value="GO"> + <input id="client_replaytimer" style="width: 25%;" type="number" value="2000"> </span> </div> </template> |
