Post successful page broken on 4channel.org; revert to working sys.4chan.org in QR for now.

This commit is contained in:
ccd0 2018-11-23 14:34:46 -08:00
parent a1a084acca
commit 0fe78ee0fa

View File

@ -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'