aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-09-07 20:31:32 +0200
committerGitHub <noreply@github.com>2020-09-07 20:31:32 +0200
commit738c1402cb2378ed3f0869445712a4fdeca10d6e (patch)
treeae2783d2cf3a4e1f596b7a0e87c8ff31ba38d5d7 /webAO/client.html
parent82eaeeddb422968a66fb75b16e3451db566c19de (diff)
parent770681945b4a3ceccd89634b974ac0a4e6bfb9d3 (diff)
Merge pull request #69 from AttorneyOnline/objection_maker
Objection maker
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>