fix for bug 77674 sr=sspitzer - real simple fix, just use the value of the "observes" attribute instead of the id, to determine the column we are sorting

This commit is contained in:
alecf%netscape.com 2001-05-01 23:01:13 +00:00
Родитель 23b0c38927
Коммит 1fbb28457a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -101,7 +101,7 @@
</treecolgroup>
<treehead>
<treerow id="headRow" onclick="return TriStateColumnSort(event.target.id)">
<treerow id="headRow" onclick="if (event.target.getAttribute('observes')) TriStateColumnSort(event.target.getAttribute('observes'));">
<treecell class="treecell-header sortDirectionIndicator"
label="&tree.header.name.label;"
observes="Name" />