mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:25:56 +00:00
tag display now works
This commit is contained in:
@@ -155,7 +155,11 @@ function cleanSelectedList(element) {
|
||||
if (!document.getElementById("feedCatHolder")) {
|
||||
for (i = 0; i < content.childNodes.length; i++) {
|
||||
var child = content.childNodes[i];
|
||||
child.className = child.className.replace("Selected", "");
|
||||
try {
|
||||
child.className = child.className.replace("Selected", "");
|
||||
} catch (e) {
|
||||
//
|
||||
}
|
||||
}
|
||||
} else {
|
||||
for (i = 0; i < content.childNodes.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user