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