diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-02 20:30:46 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-03 22:30:15 +0100 |
commit | d25d7e33e2ff1260a607c49a7e0a0ffaf3e03221 (patch) | |
tree | 292c9f7a7e3802ec0dda0f261be9df3bd7f41f64 /play.js | |
parent | 754be4bf07ba910b3e5417db6729d4e1a6e84925 (diff) | |
download | 1989-dawn-of-freedom-d25d7e33e2ff1260a607c49a7e0a0ffaf3e03221.tar.gz |
tweak logging
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:", "") } |