Content deleted Content added
Mike Dillon (talk | contribs) m add requirement for User:Mike Dillon/Scripts/i18n.js |
m Maintenance: Replacing addOnloadHook with native jQuery (mw:ResourceLoader/Migration_guide_(users)#addOnloadHook - phab:T130879) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1:
// Requires: [[User:Mike Dillon/Scripts/i18n.js]], [[User:Mike Dillon/Scripts/easydom.js]], [[User:Mike Dillon/Scripts/cookies.js]]
/* <pre><nowiki> */
Line 30 ⟶ 25:
wfAddMsg("es", "noPageHistoryText", "Ningún historial de páginas");
// Set defaults for variables
if (!pageHistoryCookieName) pageHistoryCookieName = "pageHistory";
Line 129 ⟶ 124:
}
writeCookie(pageHistoryCookieName, historyCookie,
{ "path": "/", "expiresInDays": pageHistoryExpiresInDays });
});
|