get challenge on window load when submitting grass touching

This commit is contained in:
csd4ni3l
2025-08-14 12:10:52 +02:00
parent 16766552c1
commit 7ccb6c6d9b

View File

@@ -152,6 +152,8 @@ function get_challenge() {
})
}
window.onload = get_challenge;
submit_button = document.getElementById("submit")
submit_button.addEventListener("click", read_file)