Changes

Jump to: navigation, search

MediaWiki:Common.js

40 bytes added, 02:15, 4 January 2021
if ($('.mw-headline:first').length > 0) {
console.log('exists')
$('.mw-headline:first').parent().after('test test')
} else {
console.log('do not exist')
$('#firstHeading').after('test2 test2')
}
$('.mw-headline:first').parent().after('test test')