Physikerwelt has submitted this change and it was merged.

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


Remove MathJax specific code

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

Approvals:
  Physikerwelt: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I6144237c93ef2dca24b664f85982b3070ccfe8b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Dyiop <akashworkm...@gmail.com>
Gerrit-Reviewer: Hcohl <hc...@nist.gov>
Gerrit-Reviewer: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Whyameri <yusuf.am...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to