From 4e67a47ad7f4dea7a10a09161a7f70f9416eb076 Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 19 Sep 2015 13:54:40 +0200 Subject: [PATCH] Move the recaptcha script to the bottom of the page Avoids globalOnCaptchaLoaded not getting called when the script is cached --- Clover/app/src/main/assets/captcha/captcha.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Clover/app/src/main/assets/captcha/captcha.html b/Clover/app/src/main/assets/captcha/captcha.html index 5bddbcbe..cad918fb 100644 --- a/Clover/app/src/main/assets/captcha/captcha.html +++ b/Clover/app/src/main/assets/captcha/captcha.html @@ -14,7 +14,6 @@ margin: 40px auto 0 auto; } -
@@ -43,5 +42,7 @@ window.onerror = function(message, url, line) { } })(); + +