Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
{ | { | ||
console.log("Hello World"); | console.log("Hello World"); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}()); | }()); |
Revision as of 08:50, 1 February 2018
/* Any JavaScript here will be loaded for all users on every page load. */ //JSCode to change the 'span' tags generated by SafeMailTo into 'a' tags $(function() { console.log("Hello World"); }());