Difference between revisions of "MediaWiki:Common.js"

From Yo-Kai Watch Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
$('.mw-headline:first').append('test test')
+
$('.mw-headline:first').parent().append('test test')

Revision as of 01:09, 4 January 2021

/* Any JavaScript here will be loaded for all users on every page load. */
$('.mw-headline:first').parent().append('test test')