Fixed spelling of 'menuItem' as part of bug 101750, r=brade, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-10-10 04:47:44 +00:00
Родитель bdfb4b81ff
Коммит 3ed38ab897
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");