| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Looks good. I left one suggestion.
Sorry, something went wrong.
Co-authored-by: Cameron DeCoster <cameron.decoster@gmail.com>
| Back | FazBrowse Home | New Git URL |
Link to Issue
Closes #7926
Description
Fixes an issue where the presence of an unsupported MathJax version on the page would cause the entire plot not to render if it contained a tex string ($...$).
This was due to the code path which detected an unsupported MathJax version not calling _callback() directly the way we did in other failure cases. This PR adds a call to _callback() in that case, and adds regression tests for the issue.