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 b5f890a commit b69b28bCopy full SHA for b69b28b
src/modules/security.js
@@ -581,9 +581,9 @@
581
size: size,
582
type: type,
583
callback: function (result) {
584
- $form.find('[data-validation~="recaptcha"]').each(function () {
585
- $(this).trigger('validation', (result && result !== ''));
586
- });
+ $form.find('[data-validation~="recaptcha"]')
+ .trigger('validation', (result && result !== ''));
+
587
},
588
'expired-callback': function() {
589
$form.find('[data-validation~="recaptcha"]').trigger('validation', false);
0 commit comments