diff --git a/CHANGELOG.md b/CHANGELOG.md index d456d6545..6db960c08 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ The links to individual versions below are to copies of the script with the upda ### v1.10.8 +**v1.10.8.11** *(2015-04-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.8.11/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.8.11/builds/4chan-X-noupdate.crx "Chromium version")] +- Increase report window size to accomodate increasingly common image captchas. + **v1.10.8.10** *(2015-04-13)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.8.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.8.10/builds/4chan-X-noupdate.crx "Chromium version")] - Fix unwanted focusing on the submit button if you focus on the comment field too soon after entering the captcha. diff --git a/src/Menu/ReportLink.coffee b/src/Menu/ReportLink.coffee index c86c217b5..67eb85caa 100755 --- a/src/Menu/ReportLink.coffee +++ b/src/Menu/ReportLink.coffee @@ -20,5 +20,5 @@ ReportLink = report: -> {url} = ReportLink id = Date.now() - set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=320" + set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=675" window.open url, id, set