Archived
1
0

backlog for mod feed

This commit is contained in:
Jeff Becker 2016-10-22 15:28:35 -04:00
parent e080e939dd
commit 4369765253
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -18,7 +18,10 @@ function createConnectionElement(j) {
mode.setAttribute("class", "mode"); mode.setAttribute("class", "mode");
mode.appendChild(document.createTextNode("mode: "+j.mode)); mode.appendChild(document.createTextNode("mode: "+j.mode));
e.appendChild(mode); e.appendChild(mode);
var backlog = document.createElement("div");
backlog.setAttribute("class", "backlog");
backlog.appendChild(document.createTextNode("backlog: "+j.backlog));
e.appendChild(backlog);
var pending = document.createElement("div"); var pending = document.createElement("div");
pending.setAttribute("class", "pending"); pending.setAttribute("class", "pending");
// pending articles // pending articles