mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Fix a typo.
This commit is contained in:
parent
b991a20644
commit
bcf006232a
@ -242,7 +242,7 @@ function buildContextMenu()
|
||||
var launchSep = document.getElementById("menuseparator_launch");
|
||||
var removeItem = document.getElementById("menuitem_remove");
|
||||
var showItem = document.getElementById("menuitem_show");
|
||||
var propsItem = document.getElementByid("menuitem_properties");
|
||||
var propsItem = document.getElementById("menuitem_properties");
|
||||
var propsSep = document.getElementById("menuseparator_properties");
|
||||
showItem.hidden = selectionCount != 1;
|
||||
launchItem.hidden = selectionCount != 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user