We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fce5d commit beb8efaCopy full SHA for beb8efa
unpacked/MathJax.js
@@ -2129,6 +2129,7 @@ MathJax.Hub = {
2129
if (script.MathJax.state !== STATE.PENDING) {this.scriptAction[action](script)}
2130
}
2131
if (!script.MathJax) {script.MathJax = {state: STATE.PENDING}}
2132
+ if (script.MathJax.error) delete script.MathJax.error;
2133
if (script.MathJax.state !== STATE.PROCESSED) {state.scripts.push(script)}
2134
2135
@@ -2371,7 +2372,7 @@ MathJax.Hub = {
2371
2372
HUB = MathJax.Hub;
2373
error.oncontextmenu = EVENT.Menu;
2374
error.onmousedown = EVENT.Mousedown;
- error.keydown = EVENT.Keydown;
2375
+ error.onkeydown = EVENT.Keydown;
2376
error.tabIndex = HUB.getTabOrder(HUB.getJaxFor(script));
2377
});
2378
//
0 commit comments