Correct ID for global glyph lookup
This commit is contained in:
parent
6dfaf0e464
commit
f9afa15ecc
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user