Changes

Jump to: navigation, search

MediaWiki:Common.js

195 bytes added, 02:46, 4 January 2021
Undo revision 12827 by [[Special:Contributions/Admin|Admin]] ([[User talk:Admin|talk]])
/* Any JavaScript here will be loaded for all users on every page load. */
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')
}