summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-02 20:30:46 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-03 22:30:15 +0100
commitd25d7e33e2ff1260a607c49a7e0a0ffaf3e03221 (patch)
tree292c9f7a7e3802ec0dda0f261be9df3bd7f41f64 /play.js
parent754be4bf07ba910b3e5417db6729d4e1a6e84925 (diff)
download1989-dawn-of-freedom-d25d7e33e2ff1260a607c49a7e0a0ffaf3e03221.tar.gz
tweak logging
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
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:", "")
}