Changes

Jump to: navigation, search

MediaWiki:Common.js

103 bytes added, 01:23, 4 January 2021
/* Any JavaScript here will be loaded for all users on every page load. */
if ($('.mw-headline:first').length > 0) {
console.log('exists')
} else {
console.log('do not exist')
}
$('.mw-headline:first').parent().after('test test')