diff --git a/gulp/res/js/captcha.js b/gulp/res/js/captcha.js index 8f99ab25..526340bd 100644 --- a/gulp/res/js/captcha.js +++ b/gulp/res/js/captcha.js @@ -45,7 +45,7 @@ class CaptchaController { xhr.send(null); } - addMissingCaptcha() { + addMissingCaptcha() { // this will potentially be borked for .onion const postSubmitButton = document.getElementById('submitpost'); const captchaFormSectionHtml = captchaformsection(); postSubmitButton.insertAdjacentHTML('beforebegin', captchaFormSectionHtml); @@ -55,7 +55,6 @@ class CaptchaController { } loadCaptcha(field) { -console.log(field) const captchaDiv = field.previousSibling; const captchaImg = document.createElement('img'); const refreshDiv = document.createElement('div');