Fix a typo.
git-svn-id: svn://10.0.0.236/trunk@133615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user