Fixed missing quotation mark in VERSION number
This commit is contained in:
parent
927eda2d2c
commit
eddbbdc3f6
|
@ -13,6 +13,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MathJax.Unpack([
|
MathJax.Unpack([
|
||||||
[]
|
['MathJax.Extension["TeX/noUndefined','"]={version:"1.0",config:','MathJax.Hub.','Insert({attributes:{mathcolor:"red"}},((',2,'config.TeX||{}).','noUndefined','||{}))};',2,'Register.StartupHook("TeX Jax Ready",function(){var b=',0,'"].config;var a=MathJax.ElementJax.mml;MathJax.InputJax.TeX.Parse.Augment({csUndefined:function(c){this.Push(a.mtext(c).With(b.attributes))}});',2,'Startup.signal.Post("TeX ',6,' Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/TeX/',6,'.js");']
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
// The configuration defaults, augmented by the user settings
|
// The configuration defaults, augmented by the user settings
|
||||||
//
|
//
|
||||||
MathJax.Extension["TeX/noUndefined"] = {
|
MathJax.Extension["TeX/noUndefined"] = {
|
||||||
version: 1.0",
|
version: "1.0",
|
||||||
config: MathJax.Hub.Insert({
|
config: MathJax.Hub.Insert({
|
||||||
attributes: {
|
attributes: {
|
||||||
mathcolor: "red"
|
mathcolor: "red"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user