8000 Temporary fix to help improve rendering of graphs with Mathjax on Firefox v82 and higher by archmoj · Pull Request #5993 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Temporary fix to help improve rendering of graphs with Mathjax on Firefox v82 and higher #5993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
edit test descriptions
  • Loading branch information
archmoj committed Oct 20, 2021
commit 71f28df6c844b05bf5eb684f4a4ba821f17a72f7
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- attach_workspace:
at: ~/
- run:
name: Test MathJax on firefox-81
name: Test MathJax on firefox-82
command: .circleci/test.sh mathjax-firefox82+

mathjax-firefoxLatest:
Expand All @@ -197,7 +197,7 @@ jobs:
- attach_workspace:
at: ~/
- run:
name: Test MathJax on firefox-81
name: Test MathJax on firefox-latest
command: .circleci/test.sh mathjax-firefox82+

make-baselines:
Expand Down
0