Content deleted Content added
Mike Dillon (talk | contribs) allow unlimited item count; enforce 4000 byte maximum on cookie value |
Mike Dillon (talk | contribs) m change check for whether to include in page history from wgIsArticle to wgArticleId > 0 |
||
Line 36:
// Prepend the current page to the list, remove duplicates, and control item count
if (
historyItems.unshift(wgPageName);
for (var n = 1; n < historyItems.length; n++) {
|