diff --git a/src/Posting/Captcha.noscript.coffee b/src/Posting/Captcha.noscript.coffee index 8298494da..1458c1f76 100644 --- a/src/Posting/Captcha.noscript.coffee +++ b/src/Posting/Captcha.noscript.coffee @@ -40,7 +40,7 @@ Captcha.noscript = @setup() initFrame: -> - conn = new Connection window.top, "#{location.protocol}//boards.4chan.org", + conn = new Connection window.parent, "#{location.protocol}//boards.4chan.org", response: (response) -> $.id('response').value = response $('.fbc-challenge > form').submit()