mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add login form to reCAPTCHA autoinsert list
This commit is contained in:
parent
a9175b1c9d
commit
a87a31a611
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function reCaptchaCallback() {
|
|||
if (recaptcha_instances.size() === 0) {
|
||||
var autoinsert_candidates = $("form").filter(function() {
|
||||
var actinput = $("input[name='act']", this);
|
||||
if (actinput.size() && actinput.val() && actinput.val().match(/^proc.+(Insert(Document|Comment|)|FindAccount|ResendAuthMail)/i)) {
|
||||
if (actinput.size() && actinput.val() && actinput.val().match(/^proc.+(Insert(Document|Comment|)|Login|FindAccount|ResendAuthMail)/i)) {
|
||||
return true;
|
||||
}
|
||||
var procfilter = $(this).attr("onsubmit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue