MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* 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. */ | ||
console.log ("Version-adaptive documentation"); | |||
/* phase2.js */ | /* phase2.js */ | ||
document.body.onload = function() {phase2()}; | document.body.onload = function() {phase2()}; | ||
Line 11: | Line 11: | ||
function phase2() | function phase2() | ||
{ | { | ||
console.log (" | console.log ("phase2()"); | ||
} | } |