mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
fix register not getting challenge due to mistyping
This commit is contained in:
@@ -142,7 +142,7 @@ function get_challenge() {
|
||||
})
|
||||
}
|
||||
|
||||
window.onload = getchallenge
|
||||
window.onload = get_challenge;
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user