Skip to content

Commit

Permalink
fix katex CSS loading
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Nov 13, 2023
1 parent 5d52498 commit 3abf74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/app/services/library_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const KATEX = {
js: [ "node_modules/katex/dist/katex.min.js",
"node_modules/katex/dist/contrib/mhchem.min.js",
"node_modules/katex/dist/contrib/auto-render.min.js" ],
css: [ "libraries/katex/katex.min.css" ]
css: [ "node_modules/katex/dist/katex.min.css" ]
};

const WHEEL_ZOOM = {
Expand Down

0 comments on commit 3abf74a

Please sign in to comment.