Content deleted Content added
←Created page with '$(() => { $("#bodyContent").append(` <div> Why do you want to suppress this redirect? <select name="criterion" id="PMRcriterion"> <option selected="selected">Select the criterion</option> <option>Reverting page move vandalism (WP:PMRC#1)</option> <option>Moving pages within a requester's own userspace to another ___location if a desire for deletion is expressed (WP:PMRC#2)</option> <option>Moving pages from a title unambiguously creat...' |
No edit summary |
||
Line 1:
$(() => {
$("#bodyContent").append(`
<div id="suppressRedirectDialog">
Why do you want to suppress this redirect?
<select name="criterion" id="PMRcriterion">
Line 16:
</select>
</div>
`);
$("suppressRedirectDialog").dialog()
});
|