Fixed spelling of 'menuItem' as part of bug 101750, r=brade, sr=kin
This commit is contained in:
Родитель
bdfb4b81ff
Коммит
3ed38ab897
|
@ -1710,7 +1710,7 @@ function InitListMenu()
|
|||
|
||||
// Set "radio" check on one item, but...
|
||||
var menuItem = document.getElementById("menu_"+IDSuffix);
|
||||
if (!menuitem)
|
||||
if (!menuItem)
|
||||
return;
|
||||
|
||||
menuItem.setAttribute("checked", "true");
|
||||
|
|
Загрузка…
Ссылка в новой задаче