Jump to content

MediaWiki:Common.js: Difference between revisions

From Carbon Accounting Alliance Wiki
WikiSysop (talk | contribs)
No edit summary
WikiSysop (talk | contribs)
Tags: Replaced Manual revert
 
(6 intermediate revisions by the same user not shown)
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. */
$(document).ready(function() {
    $('#content').prepend('<div id="header"><div id="nav"> | <a href="/About">About</a> | <a href="/Measurement Guidance">Measurement Guidance</a> | <a href="/Emission Factors">Emission Factors</a> | <a href="/Boundary Setting">Boundary Setting</a> | <a href="/Product Emissions">Product Emissions</a> |</div></div>');
});

Latest revision as of 21:13, 11 March 2025

/* Any JavaScript here will be loaded for all users on every page load. */