diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index 38b6f57852..3a0712a3b4 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -250,6 +250,8 @@ function egw_refresh(_msg, _app, _id, _type, _targetapp, _replace, _with, _msg_t { et2[i].refresh(_msg,_app,_id,_type); } + //In case that we have etemplate2 ready but it's empty + if (et2.length >= 1) return; }