diff --git a/src/Posting/Captcha.service.coffee b/src/Posting/Captcha.service.coffee index 97e61daa2..e4f21e0b7 100644 --- a/src/Posting/Captcha.service.coffee +++ b/src/Posting/Captcha.service.coffee @@ -1,6 +1,5 @@ Captcha.service = init: -> - Conf['captchaServiceDomain'] = '' $.on d, 'LoadCaptcha', @loadCaptcha.bind(@) $.on d, 'AbortCaptcha SaveCaptcha', @abortCaptcha.bind(@) $.on d, 'RequestCaptcha', @requestCaptcha.bind(@)