Stop working status when no selection is made in mzta_Menus. see #295
This commit is contained in:
parent
495451c79a
commit
533a8301af
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ export class mzta_Menus {
|
||||||
//A selection is needed, but nothing is selected!
|
//A selection is needed, but nothing is selected!
|
||||||
//alert(browser.i18n.getMessage('prompt_selection_needed'));
|
//alert(browser.i18n.getMessage('prompt_selection_needed'));
|
||||||
browser.tabs.sendMessage(tabs[0].id, { command: "sendAlert", curr_tab_type: tabs[0].type, message : browser.i18n.getMessage('prompt_selection_needed') });
|
browser.tabs.sendMessage(tabs[0].id, { command: "sendAlert", curr_tab_type: tabs[0].type, message : browser.i18n.getMessage('prompt_selection_needed') });
|
||||||
|
taWorkingStatus.stopWorking();
|
||||||
return {ok:'0'};
|
return {ok:'0'};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue