Avoid conflict between MathJax's TeX finder and our own: remove theirs so we don't end up putting preview markup inside other markup

This commit is contained in:
Brion Vibber 2012-03-05 22:45:56 +00:00
parent 829372f32d
commit 2be6ad801a
2 changed files with 0 additions and 2 deletions

View File

@ -129,7 +129,6 @@ $wgResourceModules['ext.math.mathjax'] = array(
'ext.math.mathjax.preload.js',
'MathJax/jax/input/TeX/config.js',
'MathJax/jax/output/HTML-CSS/config.js',
'MathJax/extensions/tex2jax.js',
'MathJax/extensions/MathEvents.js',
'MathJax/extensions/MathZoom.js',
'MathJax/extensions/MathMenu.js',

View File

@ -1,7 +1,6 @@
MathJax.Ajax.Preloading(
"[MathJax]/jax/input/TeX/config.js",
"[MathJax]/jax/output/HTML-CSS/config.js",
"[MathJax]/extensions/tex2jax.js",
"[MathJax]/extensions/MathEvents.js",
"[MathJax]/extensions/MathZoom.js",
"[MathJax]/extensions/MathMenu.js",