diff --git a/src/Menu/ReportLink.coffee b/src/Menu/ReportLink.coffee index ab56e3a82..6942ee0ee 100755 --- a/src/Menu/ReportLink.coffee +++ b/src/Menu/ReportLink.coffee @@ -21,5 +21,5 @@ ReportLink = {url} = ReportLink id = Date.now() 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}" + set = "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=1,width=685,height=#{height}" window.open url, id, set