mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
returning something, replaces whole window in FF, if used in link as "javascript:egw_openWindowCentered2()"
This commit is contained in:
parent
c4eab70b7f
commit
3ddd428965
@ -112,7 +112,8 @@ function egw_openWindowCentered2(_url, _windowName, _width, _height, _status)
|
|||||||
",screenX=" + positionLeft + ",left=" + positionLeft + ",screenY=" + positionTop + ",top=" + positionTop +
|
",screenX=" + positionLeft + ",left=" + positionLeft + ",screenY=" + positionTop + ",top=" + positionTop +
|
||||||
",location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status="+_status);
|
",location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status="+_status);
|
||||||
|
|
||||||
return windowID;
|
// returning something, replaces whole window in FF, if used in link as "javascript:egw_openWindowCentered2()"
|
||||||
|
//return windowID;
|
||||||
}
|
}
|
||||||
|
|
||||||
function egw_openWindowCentered(_url, _windowName, _width, _height)
|
function egw_openWindowCentered(_url, _windowName, _width, _height)
|
||||||
|
Loading…
Reference in New Issue
Block a user