always trying to remove the add tags menu item before creating it
This commit is contained in:
parent
d8082e22ea
commit
9b26793895
1 changed files with 1 additions and 0 deletions
|
|
@ -895,6 +895,7 @@ menus.loadMenus(special_prompts_ids);
|
|||
|
||||
// Context Menus
|
||||
function addContextMenu(menu_id) {
|
||||
browser.menus.remove(menu_id);
|
||||
browser.menus.create({
|
||||
id: menu_id,
|
||||
title: browser.i18n.getMessage("context_menu_" + menu_id),
|
||||
|
|
|
|||
Loading…
Reference in a new issue