We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf9e10 commit cb2491bCopy full SHA for cb2491b
script.js
@@ -43,21 +43,21 @@ userText.addEventListener('keyup', function(e) {
43
output.innerHTML = "Correct!";
44
} else {
45
output.classList.add("incorrectCaptcha");
46
- output.innerHTML = "Incorrect, please try again";
+ output.innerHTML = "Incorrect, please try again!";
47
}
48
49
});
50
51
// This event listener is stimulated whenever the user clicks the "Submit" button
52
-// "Correct!" or "Incorrect, please try again" message is
+// "Correct!" or "Incorrect, please try again!" message is
53
// displayed after validating the input text with CAPTCHA
54
submitButton.addEventListener('click', function() {
55
if (userText.value === c) {
56
output.classList.add("correctCaptcha");
57
58
59
60
61
62
63
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments