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').parent().append('<br>test test')
+
$('.mw-headline:first').parent().parent().append('<br>test test')

Revision as of 01:11, 4 January 2021

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