Content deleted Content added
m Flooded with them hundreds moved page User:Flooded with them hundreds/SectionMover.js to User:Flooded with them hundreds/sectionmover.js without leaving a redirect: lower |
x |
||
Line 10:
}
$( 'head' ).append(
'<style>a.
);
Line 24:
overlay = $( document.createElement( 'button' ) );
$( startMoveButton ).click( function ( e ) {
$( '.
$( '.
$( '#Movebutton' ).toggle();
} );
Line 45:
cutOffset = numOfThreads = 0;
revisedPage = wikiText;
sections = $( 'a.
return $( this ).attr( 'data-section' );
} );
Line 153:
if ( validSections.hasOwnProperty( sectionNumber ) ) {
editSection[ 0 ].innerHTML += ' '
+ '<span class=
+ '<span class=mw-editsection-bracket>[</span>'
+ '<a data-section=' + sectionNumber + ' '
+ 'onclick=$(this).closest(\':header\').toggleClass(\'
+ 'archive</a>'
+ '<span class=mw-editsection-bracket>]</span>'
|