summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.js b/play.js
index 1a26f70..0c62941 100644
--- a/play.js
+++ b/play.js
@@ -1027,6 +1027,10 @@ function on_log(text) { // eslint-disable-line no-unused-vars
text = text.substring(4)
p.className = 'h3'
}
+ else if (text.match(/^\.evt/)) {
+ text = text.substring(5)
+ p.className = 'evt'
+ }
p.innerHTML = text
return p