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 f04f5a1 commit bdb4b62Copy full SHA for bdb4b62
lib/mj-page.js
@@ -450,7 +450,6 @@ function GetPreviews() {
450
// do the next queued expression
451
//
452
function TypesetDone(result,selector) {
453
- serverBusy = false;
454
if (timer) {clearTimeout(timer); timer = null}
455
if (errors.length) {result.errors = errors}
456
if (data.renderer === "None") {content.innerHTML = "<p></p>"}
0 commit comments