diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index e37874824..249b97417 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -740,7 +740,7 @@ QR = extra.form.append 'recaptcha_response_field', response.response else extra.form.append 'g-recaptcha-response', response.response - QR.req = $.ajax "https://sys.#{location.hostname.split('.')[1]}.org/#{g.BOARD}/post", options, extra + QR.req = $.ajax "https://sys.4chan.org/#{g.BOARD}/post", options, extra QR.req.progress = '...' if typeof captcha is 'function'