summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-11-03 01:27:14 +0100
committerTor Andersson <tor@ccxvii.net>2023-11-03 02:38:42 +0100
commita7b1d3610557aededbcfec2917e8b05b6db8bc13 (patch)
tree6009b8dce473c2bab22d6e56892ccd186a08fc61 /play.js
parent0f54e9bff6a7fa1900aa6988965cb17abdd26521 (diff)
downloadalgeria-a7b1d3610557aededbcfec2917e8b05b6db8bc13.tar.gz
Summarize deployment and reinforcements.
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/play.js b/play.js
index 9a8d8a1..1a26f70 100644
--- a/play.js
+++ b/play.js
@@ -1026,9 +1026,6 @@ function on_log(text) { // eslint-disable-line no-unused-vars
else if (text.match(/^\.h3/)) {
text = text.substring(4)
p.className = 'h3'
- } else if (text.match(/^.hr$/)) {
- p.className = "hr";
- text = "";
}
p.innerHTML = text