Fix javascript error when calling "Save as event" from email message view page
This commit is contained in:
parent
eab95ffdc2
commit
ff4052e7dc
1 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ function rcube_calendar(settings)
|
|||
{
|
||||
if (event.title) {
|
||||
this.ui.add_event(event);
|
||||
if (rcmail.message_list)
|
||||
rcmail.message_list.blur();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue