Fix for bug 43417. r=pinkerton.

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

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

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