Skip to content

Commit fb48e5b

Browse files
authored
Enable callback functionality
by this change, we can use data-callback on input field.
1 parent 0dd9ccb commit fb48e5b

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)