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. */
$('h2:first').html('test test')
+
$('.mw-headline').html('test test')

Revision as of 01:04, 4 January 2021

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