Set some menuSettings to null so that the defaults work properly, but they still appear in the list so people know about them.
This commit is contained in:
parent
581ff4daae
commit
fdd0b7787f
|
@ -1889,15 +1889,15 @@ MathJax.Hub = {
|
||||||
Shift: false, // require Shift?
|
Shift: false, // require Shift?
|
||||||
discoverable: false, // make math menu discoverable on hover?
|
discoverable: false, // make math menu discoverable on hover?
|
||||||
zscale: "200%", // the scaling factor for MathZoom
|
zscale: "200%", // the scaling factor for MathZoom
|
||||||
renderer: "", // set when Jax are loaded
|
renderer: null, // set when Jax are loaded
|
||||||
font: "Auto", // what font HTML-CSS should use
|
font: "Auto", // what font HTML-CSS should use
|
||||||
context: "MathJax", // or "Browser" for pass-through to browser menu
|
context: "MathJax", // or "Browser" for pass-through to browser menu
|
||||||
locale: "en", // the language to use for messages
|
locale: null, // the language to use for messages
|
||||||
mpContext: false, // true means pass menu events to MathPlayer in IE
|
mpContext: false, // true means pass menu events to MathPlayer in IE
|
||||||
mpMouse: false, // true means pass mouse events to MathPlayer in IE
|
mpMouse: false, // true means pass mouse events to MathPlayer in IE
|
||||||
texHints: true, // include class names for TeXAtom elements
|
texHints: true, // include class names for TeXAtom elements
|
||||||
FastPreview: true, // use PreviewHTML output as preview?
|
FastPreview: null, // use PreviewHTML output as preview?
|
||||||
assistiveMML: true, // include hidden MathML for screen readers?
|
assistiveMML: null, // include hidden MathML for screen readers?
|
||||||
inTabOrder: true, // set to false if math elements should be included in the tabindex
|
inTabOrder: true, // set to false if math elements should be included in the tabindex
|
||||||
semantics: false // add semantics tag with original form in MathML output
|
semantics: false // add semantics tag with original form in MathML output
|
||||||
},
|
},
|
||||||
|
|
|
@ -242,15 +242,15 @@ MathJax.Hub.Config({
|
||||||
Shift: false, // require Shift?
|
Shift: false, // require Shift?
|
||||||
discoverable: false, // make math menu discoverable on hover?
|
discoverable: false, // make math menu discoverable on hover?
|
||||||
zscale: "200%", // the scaling factor for MathZoom
|
zscale: "200%", // the scaling factor for MathZoom
|
||||||
renderer: "", // set when Jax are loaded
|
renderer: null, // set when Jax are loaded
|
||||||
font: "Auto", // what font HTML-CSS should use
|
font: "Auto", // what font HTML-CSS should use
|
||||||
context: "MathJax", // or "Browser" for pass-through to browser menu
|
context: "MathJax", // or "Browser" for pass-through to browser menu
|
||||||
locale: "en", // the language to use for messages
|
locale: null, // the language to use for messages
|
||||||
mpContext: false, // true means pass menu events to MathPlayer in IE
|
mpContext: false, // true means pass menu events to MathPlayer in IE
|
||||||
mpMouse: false, // true means pass mouse events to MathPlayer in IE
|
mpMouse: false, // true means pass mouse events to MathPlayer in IE
|
||||||
texHints: true, // include class names for TeXAtom elements
|
texHints: true, // include class names for TeXAtom elements
|
||||||
FastPreview: true, // use PreviewHTML output as preview?
|
FastPreview: null, // use PreviewHTML output as preview?
|
||||||
assistiveMML: true, // include hidden MathML for screen readers?
|
assistiveMML: null, // include hidden MathML for screen readers?
|
||||||
inTabOrder: true, // set to true if math elements should be included in the tabindex
|
inTabOrder: true, // set to true if math elements should be included in the tabindex
|
||||||
semantics: false // add semantics tag with original form in MathML output
|
semantics: false // add semantics tag with original form in MathML output
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user