Physikerwelt has uploaded a new change for review.

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

Change subject: Remove MathJax specific code
......................................................................

Remove MathJax specific code

Change-Id: I6144237c93ef2dca24b664f85982b3070ccfe8b6
---
M SpecialMathDebug.php
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/43/229343/1

diff --git a/SpecialMathDebug.php b/SpecialMathDebug.php
index 518a47a..0f21487 100644
--- a/SpecialMathDebug.php
+++ b/SpecialMathDebug.php
@@ -132,13 +132,6 @@
                        if ( $wgMathUseLaTeXML ) {
                                $out->addHTML( self::render( $t, 
MW_MATH_LATEXML, $purge ) );
                        }
-                       if ( $wgMathJax ) {
-                               $out->addHTML( self::render( $t, 
MW_MATH_MATHJAX, $purge, false ) );
-                       }
-                       if ( $wgMathJax && $wgMathJax) {
-                               $out->addHTML( self::render( $t, '7+',$purge, 
false ) ); //TODO: Update the name
-                       }
-
                }
                echo $i;
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6144237c93ef2dca24b664f85982b3070ccfe8b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to