From 4b1e7ed644f538145a89aa56a65dbb6ca37885d2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 5 Mar 2022 11:09:03 +0100 Subject: Change create_log_entry to on_log. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index f9fd829..8b13b10 100644 --- a/play.js +++ b/play.js @@ -125,7 +125,7 @@ function sub_log_entry_tip(match, p1, offset, string) { } let last_log_who = 'st'; -create_log_entry = function (text) { +function on_log(text) { let p = document.createElement("div"); text = text.replace(/&/g, "&"); text = text.replace(/