mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
handle js error, if preview pane is down
This commit is contained in:
parent
23cbc01e2c
commit
ebda07c37d
@ -575,7 +575,7 @@ app.classes.mail = AppJS.extend(
|
||||
children[i].destroy();
|
||||
widget.removeChild(children[i]);
|
||||
}
|
||||
if (content.length == 1 && typeof content[0] != 'undefined')
|
||||
if (content.length == 1 && typeof content[0] != 'undefined' && content[0])
|
||||
{
|
||||
content = content[0].split(',');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user