Fix javascript error when calling "Save as event" from email message view page

This commit is contained in:
Aleksander Machniak 2015-01-08 11:07:26 -05:00
parent eab95ffdc2
commit ff4052e7dc

View file

@ -78,6 +78,7 @@ function rcube_calendar(settings)
{ {
if (event.title) { if (event.title) {
this.ui.add_event(event); this.ui.add_event(event);
if (rcmail.message_list)
rcmail.message_list.blur(); rcmail.message_list.blur();
} }
}; };