Skip to content

Commit 6695bb3

Browse files
authored
Merge pull request #77 from alr2413/master
Enable callback functionality
2 parents 0dd9ccb + fb48e5b commit 6695bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/googlerecaptchav3/template.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function onloadCallback() {
3939
@if($inline===true) 'badge': 'inline', @endif
4040
'size': 'invisible',
4141
'hl': '{{$language}}',
42-
'callback': function() {}
42+
//'callback': function() {}
4343
});
4444
grecaptcha.ready(function () {
4545
grecaptcha.execute(client{{$field}}, {

0 commit comments

Comments
 (0)