summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-21 17:16:12 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:08:56 +0100
commitc3c61f3785e02f62ccc174b8c03c45be3e1afa29 (patch)
tree53f639833c78d1331a28f90a2ae32bf1c15fc232
parent3bb06b9eddd5f2f4c5b49dcccf64b1401ea8e076 (diff)
downloadjulius-caesar-c3c61f3785e02f62ccc174b8c03c45be3e1afa29.tar.gz
Some more log appearance tweaks.
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index fbf965a..693ca9c 100644
--- a/ui.js
+++ b/ui.js
@@ -92,7 +92,7 @@ create_log_entry = function (text) {
else if (text.match(/^Start Pompeius turn/))
p.className = 'P';
else if (text.match(/^Start /))
- p.className = 'st';
+ p.className = 'st', text = text.replace(/\.$/, "");
else if (text.match(/^Battle in/))
p.className = 'bs';