From b5cba02185df8a9592476b47470f4903911a41bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 1 Apr 2019 15:40:44 +0800 Subject: [PATCH] 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 );