Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc79154

Browse files
authoredAug 21, 2019
Update index.html
1 parent 5e34272 commit fc79154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="https://www.google.com/recaptcha/api.js?render=6LfP37MUAAAAALe9La_9u9u67KPpN4MFy-K34r48"></script>
99
<script>
1010
grecaptcha.ready(function() {
11-
console.log(" CSK gre captcha working ", grecaptcha, grecaptcha.execute);
11+
console.log(" grecaptcha ready ", grecaptcha, grecaptcha.execute);
1212
grecaptcha.execute('6LfP37MUAAAAALe9La_9u9u67KPpN4MFy-K34r48', {action: 'login'}).then(function(token) {
1313
console.log(' CSK working on ', token);
1414
})

0 commit comments

Comments
 (0)
Please sign in to comment.