Fix for bug 43417. r=pinkerton.

This commit is contained in:
bryner%uiuc.edu 2006-07-27 14:52:48 +00:00
Родитель 8e3ae4a98e
Коммит a784505708
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -584,7 +584,7 @@ function selectItems(treeRoot, containerID, targetID)
if (id == containerID)
{
node.setAttribute("selected", "true");
treeRoot.selectItem(node);
break;
}
}