MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (3 revisions imported) |
||
(One intermediate revision 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. */ | ||
$(function() { | |||
importScriptURI('http://cdn.mathjax.org/mathjax/latest/MathJax.js'); | |||
}); | |||
/ | |||
/ | |||
Latest revision as of 13:00, 17 February 2023
/* Any JavaScript here will be loaded for all users on every page load. */ $(function() { importScriptURI('http://cdn.mathjax.org/mathjax/latest/MathJax.js'); });