mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
get challenge on window load when submitting grass touching
This commit is contained in:
@@ -152,6 +152,8 @@ function get_challenge() {
|
||||
})
|
||||
}
|
||||
|
||||
window.onload = get_challenge;
|
||||
|
||||
submit_button = document.getElementById("submit")
|
||||
submit_button.addEventListener("click", read_file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user