1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:01:27 +00:00

fix feedlist layout bug (take two) - remove unneeded CRs

This commit is contained in:
Andrew Dolgov
2006-02-24 11:22:59 +01:00
parent 140ff9db5a
commit 937881b5f2
2 changed files with 6 additions and 6 deletions

View File

@@ -165,7 +165,7 @@ function cleanSelectedList(element) {
if (child.id == "feedCatHolder") {
var fcat = child.lastChild;
for (j = 0; j < fcat.childNodes.length; j++) {
var feed = fcat.childNodes[j];
var feed = fcat.childNodes[j];
feed.className = feed.className.replace("Selected", "");
}
}