summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 17:14:09 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 17:14:09 +0100
commit96737ce95078508296218bb0d3b49a1111ffa933 (patch)
tree1bca5b7e40dcf13674849861d964e5652ad2b6b5 /feedlist.js
parent2f52ca1b5ca53e047cf2ffda3839de62bd13e4fb (diff)
misc IE compatibility fixes
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 2e1d5eb5f..048a24c80 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -164,7 +164,7 @@ function toggleCollapseCat(cat) {
}
var cat_elem = document.getElementById("FCAT-" + cat);
- var cat_list = cat_elem.nextSibling;
+ var cat_list = document.getElementById("FCATLIST-" + cat).parentNode;
var caption = cat_elem.lastChild;
if (cat_list.className.match("invisible")) {