User:Joshua Scott/Scripts/pendingchanges.js: Difference between revisions

Content deleted Content added
test
rm unused stuff, seems to be working now
Line 229:
var li = document.createElement('li');
li.appendChild(a);
if (!patrolled) {
li.setAttribute('class', 'not-patrolled');
}
list.appendChild(li);
}
Line 344 ⟶ 341:
var li = document.createElement('li');
li.appendChild(a);
list.appendChild(li);
if (!patrolled) {
//li.setAttribute('class', 'not-patrolled');
li.setAttribute('style','background-color: #e7e7e7');
//li.style.color = '#555555';
 
}
list.appendChild(li);
}