Content deleted Content added
No edit summary |
|||
Line 2:
var $heading = $(this).find('span.mw-headline');
if($heading.text().includes('Requested move')){
$(this).append('<br><button class="closeButton">Close</button><button class="relistButton">Relist</button><button>Raise Technical Move request</button>');
}
});
|