aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 20:33:51 +0200
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-09-07 20:33:51 +0200
commit20eb74547fffd918f8d4a2274f8b365edd4c3996 (patch)
tree3d4507933b671524a202324bff6d713f6797a4d3 /webAO/client.html
parentfb394d2d108fe9dc2207bb2fa0ee82d4471d12af (diff)
parent738c1402cb2378ed3f0869445712a4fdeca10d6e (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 3a34f42..f06527d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -481,10 +481,14 @@
<meta name="frame-title" lang="en" content="Server">
<div style="height: 100%; display: flex; flex-direction: column;">
<textarea id="client_ooclog" style="flex: 1 auto" readonly></textarea>
- <span style="display: inline-block; white-space: nowrap;">
+ <span id="client_oocinput" style="display: inline-block; white-space: nowrap;">
<input id="OOC_name" style="width: 15%;" name="OOC_name" type="text">
<input id="client_oocinputbox" style="width: 85%;" type="text" onkeypress="onOOCEnter(event)">
</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>