Skip to content

Commit

Permalink
Fix MathJax not working in interactiveText
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 28, 2022
1 parent beacaf2 commit bfed069
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -570,6 +570,7 @@
.fadeIn();

$pageContents.data("currentGroup", index);
x_pageContentsUpdated();
}
});

Expand Down Expand Up @@ -620,6 +621,7 @@
$("#prevBtn").button("enable");

$pageContents.data("currentGroup", currentGroup);
x_pageContentsUpdated();
})
.attr("tabindex", tabIndex+1);

Expand Down Expand Up @@ -658,6 +660,7 @@
$("#nextBtn").button("enable");

$pageContents.data("currentGroup", currentGroup);
x_pageContentsUpdated();
})
.attr("tabindex", tabIndex+2);

Expand Down Expand Up @@ -1003,6 +1006,7 @@
}

$pageContents.data("currentGroup", currentGroup);
x_pageContentsUpdated();
};

// only used in find interactions - sets up arrays to hold found/complete data & create buttons
Expand Down

0 comments on commit bfed069

Please sign in to comment.