Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
$( '#ca-history a' ).text( 'Past vandalism (edits)' );
$( '#ca-edit a' ).text( 'Source editor' );
function catsattop() {
var cats = document.getElementById('catlinks');
var bc = document.getElementById('bodyContent');
bc.insertBefore(cats, bc.childNodes[0]);
}
|