User:Mike Dillon/Scripts/recentpages.js: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 79:
}
 
var clearHistoryLink = a({ href: "#" }, em("Clearclear history"));
clearHistoryLink.onclick = clearHistory;
historyList.appendChild(li({ style: "padding-top: 1em" }, clearHistoryLink));