From 3b5749cdad209483d9d48d5267fffaed52aeee79 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Fri, 3 May 2013 05:41:22 -0400 Subject: [PATCH] Remove dead config variable, wgMathJaxUrl Change-Id: I15e701f26e8a522bcc34d9c00f3a900982a71f63 --- Math.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Math.php b/Math.php index b083a79..83bd58a 100644 --- a/Math.php +++ b/Math.php @@ -101,14 +101,6 @@ $wgMathDirectory = false; */ $wgUseMathJax = false; -/** - * Use of MathJax's CDN is governed by terms of service - * - * - * If you don't like them, install your own copy to load. - */ -$wgMathJaxUrl = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'; - ////////// end of config settings. $wgDefaultUserOptions['math'] = MW_MATH_PNG;