forked from Botanical/BotanJS
Fixed a naming conflict with grecaptcha
This commit is contained in:
parent
0c3381df99
commit
b5cba02185
@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
var sitekey = captcha.getDAttribute( "sitekey" );
|
var sitekey = captcha.getDAttribute( "sitekey" );
|
||||||
var src = captcha.getDAttribute( "src" );
|
var src = captcha.getDAttribute( "src" );
|
||||||
var action = captcha.getDAttribute( "action" );
|
var action = captcha.getDAttribute( "ast-action" );
|
||||||
var script = Dand.wrapna( "script", new IKey( "src", src ) );
|
var script = Dand.wrapna( "script", new IKey( "src", src ) );
|
||||||
document.head.appendChild( script );
|
document.head.appendChild( script );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user