From c3c61f3785e02f62ccc174b8c03c45be3e1afa29 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 21 Dec 2021 17:16:12 +0100 Subject: Some more log appearance tweaks. --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3