mirror of
https://github.com/ankitects/anki.git
synced 2025-11-25 22:17:12 -05:00
Satisfy prettier
This commit is contained in:
parent
7ef41ce573
commit
ff4780e005
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ async function _updateQA(html, fadeTime, onupdate, onshown) {
|
||||||
String(err.stack).substring(0, 2000)
|
String(err.stack).substring(0, 2000)
|
||||||
).replace(/\n/g, "<br />")
|
).replace(/\n/g, "<br />")
|
||||||
);
|
);
|
||||||
};
|
}
|
||||||
await _runHook(onUpdateHook);
|
await _runHook(onUpdateHook);
|
||||||
|
|
||||||
// wait for mathjax to ready
|
// wait for mathjax to ready
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue