mirror of
https://github.com/arnaucube/goCaptcha.git
synced 2026-02-06 19:16:44 +01:00
added remove of mongodb data after captcha response, fixed typo in js, updated readme
This commit is contained in:
@@ -31,7 +31,7 @@ function getCaptcha() {
|
||||
function showCaptcha(captcha) {
|
||||
var html;
|
||||
html = "";
|
||||
html += "<h2>Select all " + captcha.question + "s</h2>";
|
||||
html += "<h2>Select all " + captcha.question + "</h2>";
|
||||
for (k in captcha.imgs) {
|
||||
html += "<img id='" + k + "' onclick='selectCaptchaImg(this)' src='" + goCaptchaURL + "/image/" + captcha.imgs[k] + "' style='width:120px;cursor:pointer;' class='g_unselected' />";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user