Content deleted Content added
Writ Keeper (talk | contribs) fx |
Writ Keeper (talk | contribs) apparently this is bad now |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 41:
{
return {
text: revision.content.replace(regexResult[0], "{{
summary: "Closing peer review due to inactivity (via [[User:Writ Keeper/Scripts/peerReviewCloser|peerReviewCloser.js]])"
};
Line 70:
$(document).ready(function()
{
if(typeof window.sessionStorage != "undefined")
Line 81 ⟶ 80:
}
}
if(mw.config.get("wgCategories",[]).indexOf("Current peer reviews") >= 0)
{
mw.loader.using("mediawiki.util").done( function ()
|