Revert r44596 about egw_refresh 'cause need more investigation

This commit is contained in:
Hadi Nategh 2013-11-26 08:48:10 +00:00
parent a749ba519d
commit fca35f8127

View File

@ -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++)