MediaWiki:Gadget-DeleteSection.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
 
Riga 98:
function addDeleteLinks() {
var summaryDialog, windowManager;
$( 'span.mw-editsection > a:lastfirst-of-type' ).each( function ( i, el ) {
var $link, sectiontitle;
sectiontitle = $( el ).attr( 'title' ).split( 'Modifica la sezione ' )[ 1 ];