Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions unpacked/jax/input/AsciiMath/jax.js
Original file line number Diff line number Diff line change
Expand Up @@ -1389,10 +1389,10 @@ asciimath.translate = translate;
*
******************************************************************/

showasciiformulaonhover = false;
mathfontfamily = "";
mathcolor = "";
mathfontsize = "";
var showasciiformulaonhover = false;
var mathfontfamily = "";
var mathcolor = "";
var mathfontsize = "";

//
// Remove remapping of mathvariants to plane1 (MathJax handles that)
Expand Down