Skip to content
Commits auf Quelle (2)
......@@ -79,10 +79,10 @@ define('package/quiqqer/captcha/bin/controls/CaptchaDisplay', [
this.$ResponseInput = CaptchaResponseInput;
this.$loaded = true;
this.Loader.show();
this.getCaptchaControl().then((CaptchaControl) => {
this.$loaded = true;
this.Loader.show();
if (this.getAttribute('module_has_js_control')) {
......