summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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:", "")
}