Created
May 13, 2017 14:29
-
-
Save flayder/5a67d2f704539938c62909ccc1a0c958 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> | |
var onloadCallback = function() { | |
var widgetId1 = grecaptcha.render('example1', { | |
'sitekey' : '6Ld6PSEUAAAAAEis4N9UgDpSwsu3OXyS2nhV0kW_', | |
}); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment