Don't disable scrollbars in report window.
This commit is contained in:
parent
cb1acb7427
commit
ce577a445b
@ -21,5 +21,5 @@ ReportLink =
|
|||||||
{url} = ReportLink
|
{url} = ReportLink
|
||||||
id = Date.now()
|
id = Date.now()
|
||||||
height = if d.cookie.indexOf('pass_enabled=1') >= 0 then 200 else 675
|
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
|
window.open url, id, set
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user