semicolon
This commit is contained in:
parent
183b14d5f5
commit
a283116357
|
@ -90,7 +90,7 @@ async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function new_game() {
|
function new_game() {
|
||||||
load_default_game()
|
load_default_game();
|
||||||
textareaGameDataInput.value = output();
|
textareaGameDataInput.value = output();
|
||||||
checkGameData();
|
checkGameData();
|
||||||
// we don't need to look at the default game data, so skip ahead to the image page
|
// we don't need to look at the default game data, so skip ahead to the image page
|
||||||
|
|
Loading…
Reference in New Issue