commit f9afa15eccfbd27ef4c272d2035394a3e8960feb
parent 6dfaf0e464b3036bacb26aaf4b68c6598215b498
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sun, 8 Jun 2014 21:08:31 -0400
Correct ID for global glyph lookup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
@@ -383,7 +383,7 @@
if (this.config.useFontCache) {
var GLYPH = BBOX.GLYPH;
if (this.config.useGlobalCache) {
- GLYPH.defs = document.getElementById("MathJax_SVG_Glyphs");
+ GLYPH.defs = document.getElementById("MathJax_SVG_glyphs");
GLYPH.defs.innerHTML = "";
} else {
GLYPH.defs = this.Element("defs");