Difference between revisions of "MediaWiki:Common.js"
From JFA Wiki
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) |
||
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. */ | ||
jQuery(document).ready(function () { | jQuery(document).ready(function () { | ||
− | document.body.insertAdjacentHTML( ' | + | document.body.insertAdjacentHTML( 'afterbegin', '<div id="jfatitle">Justice for Animals .org</div>'); |
}) | }) |
Revision as of 07:40, 31 January 2019
/* Any JavaScript here will be loaded for all users on every page load. */ jQuery(document).ready(function () {
document.body.insertAdjacentHTML( 'afterbegin', '
Justice for Animals .org
');
})