From 6c23d1f6f4f019077b58154e00f2f83825a85427 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 15 Apr 2015 22:26:16 -0700 Subject: [PATCH] Increase report window size to accomodate increasingly common image captchas. --- src/Menu/ReportLink.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Menu/ReportLink.coffee b/src/Menu/ReportLink.coffee index 73b60a661..697243d51 100755 --- a/src/Menu/ReportLink.coffee +++ b/src/Menu/ReportLink.coffee @@ -17,5 +17,5 @@ ReportLink = {post} = ReportLink url = "//sys.4chan.org/#{post.board}/imgboard.php?mode=report&no=#{post}" id = Date.now() - set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=285" + set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=675" window.open url, id, set