Content deleted Content added
Mike Dillon (talk | contribs) mNo edit summary |
Mike Dillon (talk | contribs) No edit summary |
||
Line 16:
h5("Page history"));
var historyList = ul();
historyPortlet.appendChild(historyPBody);
}
Line 81 ⟶ 82:
var clearHistoryLink = a({ href: "#" }, em("clear history"));
clearHistoryLink.onclick = clearHistory;
{ style: "padding-top: 1em; text-align: right" }, clearHistoryLink));
}
}
|