1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 12:31:30 +00:00

misc IE compatibility fixes

This commit is contained in:
Andrew Dolgov
2005-12-20 17:14:09 +01:00
parent 2f52ca1b5c
commit 96737ce950
6 changed files with 18 additions and 5 deletions

View File

@@ -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")) {