MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(function() { importScriptURI('http://cdn.mathjax.org/mathjax/latest/MathJax.js'); });") |
m (3 revisions imported) |
(3 intermediate revisions by the same user not shown) | |
(No difference)
|
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'); });