Fix for options area showing on new game with genamt=1

This commit is contained in:
ebolam
2022-10-28 14:15:11 -04:00
parent 8859704c44
commit 46a870ef87

View File

@@ -208,6 +208,7 @@ function reset_story() {
}
document.getElementById("welcome_text").innerText = text;
document.getElementById("welcome_text").classList.remove("hidden");
document.getElementById('main-grid').setAttribute('option_length', 0);
}
function fix_text(val) {