From cb1acb7427addd5ca7befc0e7e5f4acf3b6cd0ec Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 16 Apr 2015 16:04:54 -0700 Subject: [PATCH] This was actually the second time I've enlarged the window because of the captcha. --- src/Menu/ReportLink.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Menu/ReportLink.coffee b/src/Menu/ReportLink.coffee index 5959073cd..ab56e3a82 100755 --- a/src/Menu/ReportLink.coffee +++ b/src/Menu/ReportLink.coffee @@ -20,6 +20,6 @@ ReportLink = report: -> {url} = ReportLink id = Date.now() - height = if d.cookie.indexOf('pass_enabled=1') >= 0 then 285 else 675 - set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=" + height + height = if d.cookie.indexOf('pass_enabled=1') >= 0 then 200 else 675 + set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=#{height}" window.open url, id, set