receiving the error message from Sparks
This commit is contained in:
parent
38c3e97464
commit
ab7d08f6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ export class mzta_Menus {
|
|||
if(result_openCalendarEventDialog == 'ok'){
|
||||
return {ok:'1'};
|
||||
} else {
|
||||
browser.tabs.sendMessage(tabs[0].id, { command: "sendAlert", curr_tab_type: tabs[0].type, message: browser.i18n.getMessage("calendar_opening_dialog_error") });
|
||||
browser.tabs.sendMessage(tabs[0].id, { command: "sendAlert", curr_tab_type: tabs[0].type, message: browser.i18n.getMessage("calendar_opening_dialog_error") + ": " + result_openCalendarEventDialog.error });
|
||||
return {ok:'0'};
|
||||
}
|
||||
break; // Get a calendar event info - END
|
||||
|
|
|
|||
Loading…
Reference in a new issue