зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
e5c7125aba
Коммит
c8e60d7159
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче