mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Request scrollbars in new window opened in toOpenWindowByType. Necessary now that scrollbars=no is supported.
This commit is contained in:
parent
d2d61a838b
commit
a4904d3fe8
@ -90,7 +90,7 @@ function toOpenWindowByType( inType, uri )
|
||||
if ( topWindow )
|
||||
topWindow.focus();
|
||||
else
|
||||
window.open(uri, "_blank", "chrome,menubar,toolbar,resizable");
|
||||
window.open(uri, "_blank", "chrome,menubar,toolbar,resizable,scrollbars");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user