Archived
1
0
This commit is contained in:
Jeff Becker 2016-03-12 09:45:31 -05:00
parent f972d91137
commit b2d46c9021
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -161,7 +161,6 @@ function inject_nntp_feed_element(feed, elem) {
for ( var idx = 0 ; idx < feed.Conns.length; idx ++ ) {
conns.appendChild(createConnectionElement(feed.Conns[idx]));
}
conns.appendChild(conns_elem);
elem.appendChild(conns);
}