зеркало из https://github.com/mozilla/pjs.git
Request scrollbars in new window opened in toOpenWindowByType. Necessary now that scrollbars=no is supported.
This commit is contained in:
Родитель
a377c6c5be
Коммит
d1fddc3671
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче