Bug 154914 Press Enter on collapsed history tree item causes page load.

r=timeless, sr=blake
This commit is contained in:
kyle.yuan%sun.com 2002-07-03 09:38:47 +00:00
Родитель 9303ef6d4c
Коммит 1f697dbdbd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -300,8 +300,8 @@ function OpenURL(aInNewWindow)
}
}
}
else
openTopWin(url);
else if (!isContainer(gHistoryTree, currentIndex))
openTopWin(url);
return true;
}