mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Revert r44596 about egw_refresh 'cause need more investigation
This commit is contained in:
parent
a749ba519d
commit
fca35f8127
@ -236,7 +236,7 @@ function egw_refresh(_msg, _app, _id, _type, _targetapp, _replace, _with, _msg_t
|
|||||||
}
|
}
|
||||||
|
|
||||||
// etemplate2 specific to avoid reloading whole page
|
// 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);
|
var et2 = etemplate2.getByApplication(_app);
|
||||||
for(var i = 0; i < et2.length; i++)
|
for(var i = 0; i < et2.length; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user