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

Content deleted Content added
allow unlimited item count; enforce 4000 byte maximum on cookie value
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 (wgIsArticlewgArticleId > 0) {
historyItems.unshift(wgPageName);
for (var n = 1; n < historyItems.length; n++) {