mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Make sure the et2 is not empty before giving up to not refresh the whole page
This commit is contained in:
parent
7dfb6da460
commit
185237291f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user