User:MusikAnimal/responseHelper.js: Difference between revisions

Content deleted Content added
No edit summary
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 + "}} &mdash; '''[[User:MusikAnimal|<span style="color:black; font-style:italic">MusikAnimal</span>]] <sup>[[User talk:MusikAnimal|<span style="color:green">talk</span>]]</sup>''' 19:38, 14 December 2014 (UTC)~~~~");
$("#wpSummary").val($("#wpSummary").val() + response.summary + value);
};
Line 153 ⟶ 154:
}
}());
// </nowiki></pre>