diff --git a/phpgwapi/js/jsapi/egw_open.js b/phpgwapi/js/jsapi/egw_open.js index 869e834941..67d5b15b3c 100644 --- a/phpgwapi/js/jsapi/egw_open.js +++ b/phpgwapi/js/jsapi/egw_open.js @@ -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')