forked from extern/egroupware
Open in new window if target is not specified
This commit is contained in:
parent
8f488553c0
commit
55ad5a320b
@ -38,6 +38,10 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
||||
open: function(id_data, app, type, extra, target)
|
||||
{
|
||||
var id;
|
||||
if(typeof target === 'undefined')
|
||||
{
|
||||
target = '_blank';
|
||||
}
|
||||
if (!app)
|
||||
{
|
||||
if (typeof id_data != 'object')
|
||||
|
Loading…
Reference in New Issue
Block a user