semicolon

This commit is contained in:
Max Bradbury 2021-07-05 17:35:17 +01:00
parent 183b14d5f5
commit a283116357
1 changed files with 1 additions and 1 deletions

View File

@ -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