mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02: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();
|
children[i].destroy();
|
||||||
widget.removeChild(children[i]);
|
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(',');
|
content = content[0].split(',');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user