Archived
1
0

fix mod.js error

This commit is contained in:
Jeff Becker 2016-03-08 07:25:54 -05:00
parent 0aca177c86
commit 0ebd2241e5
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -144,7 +144,7 @@ function nntpchan_delete() {
function inject_nntp_feed_element(feed, elem) {
var name = document.createElement("div");
conns.setAttribute("class", "feeds_name");
name.setAttribute("class", "feeds_name");
name_elem = document.createTextNode("Name: "+feed.State.Config.Name);
name.appendChild(name_elem);
elem.appendChild(name);