From 24f2ed2c5ef1c9d3c032e35ea35d41c50066e275 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 5 Apr 2014 17:43:20 +0200 Subject: [PATCH] Add the TeX color extension back The color and the cancel extension was not RL'ified in the update to MathJax 2.3 Followup to: I9471b1baf41d2bcc4fdc64a26e7d806e92b9b17f Bug: 63574 Change-Id: I816db6b66ef48a90e7424372783c69ffe8343957 --- Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math.php b/Math.php index 2dcb648..b2a5847 100644 --- a/Math.php +++ b/Math.php @@ -246,7 +246,7 @@ $wgResourceModules += array( 'ext.math.mathjax.extensions.TeX' => array( 'localBasePath' => __DIR__ . '/modules/MathJax/unpacked/extensions', 'remoteExtPath' => 'Math/modules/MathJax/unpacked/extensions', - 'scripts' => array( 'wiki2jax.js', 'TeX/noUndefined.js', 'TeX/AMSmath.js', 'TeX/AMSsymbols.js', 'TeX/boldsymbol.js', 'TeX/texvc.js' ), + 'scripts' => array( 'wiki2jax.js', 'TeX/noUndefined.js', 'TeX/AMSmath.js', 'TeX/AMSsymbols.js', 'TeX/boldsymbol.js', 'TeX/color.js', 'TeX/cancel.js','TeX/texvc.js' ), 'dependencies' => array( 'ext.math.mathjax.mathjax' ) ), 'ext.math.mathjax.extensions.mml2jax' => array(