forked from extern/egroupware
Keep vertical splitter open if nothing is selected as default
This commit is contained in:
parent
63440ddbc5
commit
17f06241d3
@ -943,7 +943,7 @@ app.classes.mail = AppJS.extend(
|
||||
// If there is content to show recalculate the size
|
||||
set_prev_iframe_top();
|
||||
}
|
||||
else if (previewPane == 'fixed' || previewPane == 'vertical')
|
||||
else if (previewPane == 'fixed' || previewPane == 'vertical' || previewPane != true)
|
||||
{
|
||||
if(blank)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user