From 3a626ab99fa169a76f5d69bf3edcc7920fdc1ea2 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 f5f00a5..b5983c4 100644 --- a/play.js +++ b/play.js @@ -60,7 +60,7 @@ let ui = { }; let was_blank = true; -create_log_entry = function (text) { +function on_log(text) { let p = document.createElement("div"); text = text.replace(/&/g, "&"); text = text.replace(/