We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d9352 commit ea37d9cCopy full SHA for ea37d9c
plugins/captcha/recaptcha/recaptcha.php
@@ -60,7 +60,7 @@ public function onInit($id = 'dynamic_recaptcha_1')
60
{
61
// Load callback first for browser compatibility
62
JHtml::_('script', 'plg_captcha_recaptcha/recaptcha.min.js', false, true);
63
-
+
64
$file = 'https://www.google.com/recaptcha/api.js?onload=JoomlaInitReCaptcha2&render=explicit&hl=' . JFactory::getLanguage()->getTag();
65
JHtml::_('script', $file);
66
}
0 commit comments