From a2831163571bdf3c66aa8aefd5876297c1067d92 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 5 Jul 2021 17:35:17 +0100 Subject: [PATCH] semicolon --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index d47a72b..6e7788c 100644 --- a/script.js +++ b/script.js @@ -90,7 +90,7 @@ async function run() { } function new_game() { - load_default_game() + load_default_game(); textareaGameDataInput.value = output(); checkGameData(); // we don't need to look at the default game data, so skip ahead to the image page