fix bug in feeds
This commit is contained in:
parent
31a1109372
commit
37ebcc2693
@ -49,9 +49,11 @@ function inject_nntp_feed_element(feed, elem) {
|
||||
elem.appendChild(name);
|
||||
var conns = document.createElement("div");
|
||||
conns.setAttribute("class", "connections");
|
||||
if (feed.Conns) {
|
||||
for ( var idx = 0 ; idx < feed.Conns.length; idx ++ ) {
|
||||
conns.appendChild(createConnectionElement(feed.Conns[idx]));
|
||||
}
|
||||
}
|
||||
elem.appendChild(conns);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user