We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6fa8d commit 61dfe95Copy full SHA for 61dfe95
captcha_api/static/captcha.js
@@ -89,4 +89,4 @@ const Captcha = () => {
89
reload();
90
}
91
92
-document.getElementById("cern-captcha").addEventListener("load", Captcha());
+document.addEventListener("load", Captcha());
0 commit comments