Increase report window size to accomodate increasingly common image captchas.

This commit is contained in:
ccd0 2015-04-15 22:26:16 -07:00
parent 1b7de90b56
commit 6c23d1f6f4

View File

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