commit b5cba02185df8a9592476b47470f4903911a41bb
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2019-04-01T07:40:44Z |
| subject | Fixed a naming conflict with grecaptcha |
commit b5cba02185df8a9592476b47470f4903911a41bb
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2019-04-01T07:40:44Z
Fixed a naming conflict with grecaptcha
---
botanjs/src/Astro/Blog/Layout/MainFrame.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/botanjs/src/Astro/Blog/Layout/MainFrame.js b/botanjs/src/Astro/Blog/Layout/MainFrame.js
index 941be58..1f19456 100644
--- a/botanjs/src/Astro/Blog/Layout/MainFrame.js
+++ b/botanjs/src/Astro/Blog/Layout/MainFrame.js
@@ -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 );