Content deleted Content added
Mike Dillon (talk | contribs) No edit summary |
Mike Dillon (talk | contribs) No edit summary |
||
Line 30:
var cookieItems = historyCookie.split(",");
for (var n in cookieItems) {
historyItems.push(decodeURIComponent(cookieItems[
}
}
Line 41:
for (var n in historyItems) {
var itemUrl = wgArticlePath.replace(/\$1/,
encodeURIComponent(historyItems[
historyList.appendChild(li(
a({ href: itemUrl, title: historyItems[
historyItems[
}
}
|