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 cb8ee60 commit cd13092Copy full SHA for cd13092
src/modules/security.js
@@ -574,7 +574,7 @@
574
575
if (!$form.attr('id')) {
576
$form.attr('id', 'recaptcha-form-' + (i++));
577
- };
+ }
578
grecaptchaRenderCallback[$form.attr('id')] = function (result) {
579
var formID;
580
$('#' + formID).each(function () {
@@ -605,7 +605,7 @@
605
.append(div);
606
607
});
608
609
610
611
};
0 commit comments