Fixing bug 126679. Added a closing parenthesis that should

have been there in the first place.  r=tao, sr=alecf, a=asa
This commit is contained in:
dbragg%netscape.com 2002-02-21 22:58:47 +00:00
Родитель e5c7125aba
Коммит c8e60d7159
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -45,7 +45,7 @@
{
var contentTree = document.getElementById( "contentPackTree" );
var regionName = contentTree.getAttribute("prefvalue");
var regionElements = contentTree.getElementsByAttribute("value", regionName;
var regionElements = contentTree.getElementsByAttribute("value", regionName);
if (regionElements.length) {
contentTree.selectItem(regionElements[0].parentNode.parentNode);