From fca35f8127147012e267567be5b074b57cf57325 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 26 Nov 2013 08:48:10 +0000 Subject: [PATCH] Revert r44596 about egw_refresh 'cause need more investigation --- phpgwapi/js/jsapi/jsapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index 9e2de1757d..ed48c8d6a1 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -236,7 +236,7 @@ function egw_refresh(_msg, _app, _id, _type, _targetapp, _replace, _with, _msg_t } // etemplate2 specific to avoid reloading whole page - if(typeof etemplate2 != "undefined" && etemplate2.getByApplication && etemplate2.getByApplication(_app).hasOwnProperty()) + if(typeof etemplate2 != "undefined" && etemplate2.getByApplication) { var et2 = etemplate2.getByApplication(_app); for(var i = 0; i < et2.length; i++)