Skip to content

Commit bdb4b62

Browse files
committed
Removed an instance of serverBusy that I had missed in the previous commit.
1 parent f04f5a1 commit bdb4b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mj-page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ function GetPreviews() {
450450
// do the next queued expression
451451
//
452452
function TypesetDone(result,selector) {
453-
serverBusy = false;
454453
if (timer) {clearTimeout(timer); timer = null}
455454
if (errors.length) {result.errors = errors}
456455
if (data.renderer === "None") {content.innerHTML = "<p></p>"}

0 commit comments

Comments
 (0)