Content deleted Content added
Mike Dillon (talk | contribs) No edit summary |
Mike Dillon (talk | contribs) No edit summary |
||
Line 53:
historyList.removeChild(historyList.firstChild);
}
with (easyDom) {
historyList.appendChild(li(em("No page history"))); }
return false;
};
|