Change UIevents to MathEvents (missed this one earlier)
This commit is contained in:
parent
3edf60dc0f
commit
7c33ada973
File diff suppressed because one or more lines are too long
|
@ -1369,7 +1369,7 @@ MathJax.Hub = {
|
||||||
if (script.type && this.config.inputJax[script.type.replace(/ *;(.|\n)*/,"")]) {
|
if (script.type && this.config.inputJax[script.type.replace(/ *;(.|\n)*/,"")]) {
|
||||||
if (script.MathJax) {
|
if (script.MathJax) {
|
||||||
if (script.MathJax.elementJax && script.MathJax.elementJax.hover) {
|
if (script.MathJax.elementJax && script.MathJax.elementJax.hover) {
|
||||||
MathJax.Extension.UIevents.Hover.ClearHover(script.MathJax.elementJax);
|
MathJax.Extension.MathEvents.Hover.ClearHover(script.MathJax.elementJax);
|
||||||
}
|
}
|
||||||
if (script.MathJax.state !== STATE.PENDING) {this.scriptAction[action](script)}
|
if (script.MathJax.state !== STATE.PENDING) {this.scriptAction[action](script)}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user