From d25d7e33e2ff1260a607c49a7e0a0ffaf3e03221 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 2 Jan 2025 20:30:46 +0100 Subject: tweak logging --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index d78cfd4..12470c5 100644 --- a/play.js +++ b/play.js @@ -1128,7 +1128,7 @@ function on_log(text, ix) { if (!scoring_cards.includes(event_n)) { if (text.match(/^.E:/)) { - p.classList.add("h2") + p.classList.add("header") log_event = ix text = text.replace(".E:", "") } -- cgit v1.2.3