TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/124063

Change subject: Add the TeX color extension back
......................................................................

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
---
M Math.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/63/124063/1

diff --git a/Math.php b/Math.php
index 2dcb648..b6f0246 100644
--- a/Math.php
+++ b/Math.php
@@ -246,7 +246,7 @@
        '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(

-- 
To view, visit https://gerrit.wikimedia.org/r/124063
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I816db6b66ef48a90e7424372783c69ffe8343957
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to