Skip to content

Fix recaptcha_element library loading in before ajax library

On AJAX forms the recaptcha element js is loaded before ajax form library is loaded this is because there is no library dependency since there is no optional-js library support in drupal and there is no positive weight support it could only be done by a hook

Merge request reports