Skip to content

Commit

Permalink
[front] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jul 16, 2023
1 parent 7e712fe commit 3b5d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jnotebook-core/src/main/resources/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
<script defer src="https://cdn.jsdelivr.net/npm/vega-embed@6" onload="renderVega()"></script>
<script defer type="text/javascript" src="https://d3js.org/d3.v7.js"></script>
<script defer type="text/javascript"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-flamegraph.min.js", onload="renderFlamegraphs()"></script>
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-flamegraph.min.js" onload="renderFlamegraphs()"></script>

<script async th:unless="${jnb_config.htmlLatexServerSide}" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"
integrity="sha384-cpW21h6RZv/phavutF+AuVYrr+dA8xD9zs6FwLpaCct6O9ctzYFfFr4dgmgccOTx" crossorigin="anonymous"
Expand Down

0 comments on commit 3b5d892

Please sign in to comment.