a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the

entire thread.
This commit is contained in:
putterman%netscape.com 2000-03-01 22:33:25 +00:00
Родитель 94975b3a1c
Коммит 071e736ec0
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -684,9 +684,8 @@ function ThreadPaneOnClick(event)
// <treeitem>
// <treerow>
// <treecell>
// <box> <!-- anonymous -->
// <titledbutton class="twisty"> <!-- anonymous -->
var treeitem = event.target.parentNode.parentNode.parentNode.parentNode;
var treeitem = event.target.parentNode.parentNode.parentNode;
var open = treeitem.getAttribute('open');
if(open == "true")
{