Remove dead config variable, wgMathJaxUrl

Change-Id: I15e701f26e8a522bcc34d9c00f3a900982a71f63
This commit is contained in:
Matthew Flaschen 2013-05-03 05:41:22 -04:00
parent f032265cee
commit 3b5749cdad
1 changed files with 0 additions and 8 deletions

View File

@ -101,14 +101,6 @@ $wgMathDirectory = false;
*/
$wgUseMathJax = false;
/**
* Use of MathJax's CDN is governed by terms of service
* <http://www.mathjax.org/download/mathjax-cdn-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;