Content deleted Content added
MusikAnimal (talk | contribs) No edit summary |
MusikAnimal (talk | contribs) No edit summary |
||
Line 1:
// <pre><nowiki>
(function() {
if(document.title.indexOf("Editing Wikipedia:Requests for page protection (section)") !== -1) {
Line 141 ⟶ 142:
}
$(".wikiEditor-ui-text textarea").val($(".wikiEditor-ui-text textarea").val() + ":{{RFPP|" + code + "}}
$("#wpSummary").val($("#wpSummary").val() + response.summary + value);
};
Line 153 ⟶ 154:
}
}());
// </nowiki></pre>
|