Skip to content

Commit

Permalink
Fixed #1241 - LaTeX cs is not rendered properly in medialesson and in…
Browse files Browse the repository at this point in the history
…teractive video mcq
  • Loading branch information
torinfo committed Aug 1, 2023
1 parent 023033a commit ce7cb82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -182,6 +182,7 @@ optional: feedback page synch play enable
.html(feedbackLabel + feedbackTxt)
.show();
$continueBtn.show();
x_pageContentsUpdated();

//#Warning: unused by Xerte at the current time.
if (action >= 0) {
Expand Down Expand Up @@ -633,6 +634,7 @@ optional: feedback page synch play enable
}).show();
}
$target.show();
x_pageContentsUpdated();
},

end: function(event, options) {
Expand Down
Expand Up @@ -270,6 +270,7 @@ optional: caption captionPosV captionPosH
}
$slide.show();
}
x_pageContentsUpdated();
}

resizeImage = function(slide){
Expand Down
Expand Up @@ -188,6 +188,7 @@ optional: end position* line
}).show();
}
$target.show();
x_pageContentsUpdated();
},

end: function(event, options) {
Expand Down

0 comments on commit ce7cb82

Please sign in to comment.