in /plugins/captcha/recaptcha/recaptcha.php from line 55 to 79, is there any reason why the new recaptcha is loading the mootools library? Especially on line 76 Mootools gets loaded by JHtml::_('script', $file, true, true);
@C-Lodder The inline scripts are always added after the files so it's not an issue. That's why we load jQuery no captcha as a file rather than a script
@dgt41 It seems that i have not the rights to do this?
"This pull request contains merge conflicts that must be resolved.
Only those with write access to this repository can merge pull requests."
@Qlimax90 if you pull rebase to latest staging in your local copy, solve the conflicts and push the code back to your online copy, everything should be ok!
@Qlimax90 Will you update your PR or should I recreate it? I think that it is a good change (get rid of the loading of the Mootools framework). If you are still keen to do it, then please do it in the next days if possible! If you do it, then please also add a blank line after the switch statement. Thank you in advance!
@dgt41@Kubik-Rubik Please feel free to recreate, at the moment I am struggeling with the local copy due to the fact that I created the PR online. The local branch is not working, sorry...
Tested. All good