mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 09:20:05 +00:00
Merge "Add default value for user option mathJax"
This commit is contained in:
commit
ffdb9c96b8
2
Math.php
2
Math.php
|
@ -59,6 +59,8 @@ $wgMathValidModes = array( MW_MATH_PNG, MW_MATH_SOURCE );
|
|||
* Valid options are defined in $wgMathValidModes.
|
||||
*/
|
||||
$wgDefaultUserOptions['math'] = MW_MATH_PNG;
|
||||
/** @var boolean $wgDefaultUserOptions['mathJax'] determines if client-side MathJax is enabled by default */
|
||||
$wgDefaultUserOptions['mathJax'] = false;
|
||||
|
||||
/** Location of the texvc binary */
|
||||
$wgTexvc = __DIR__ . '/math/texvc';
|
||||
|
|
Loading…
Reference in a new issue