Fixed a naming conflict with grecaptcha

This commit is contained in:
斟酌 鵬兄 2019-04-01 15:40:44 +08:00
parent 0c3381df99
commit b5cba02185

View File

@ -115,7 +115,7 @@
var sitekey = captcha.getDAttribute( "sitekey" );
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 ) );
document.head.appendChild( script );