Skip to content

Commit

Permalink
specific plotly version to enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbzm committed Aug 6, 2024
1 parent 939afd4 commit f7ca201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-page/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/index.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" type="text/javascript"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js" defer></script>
<script src="https://cdn.plot.ly/plotly-1.58.5.min.js" defer></script>
<script src="https://cdn.datatables.net/2.0.8/js/dataTables.min.js" type="text/javascript"></script>

<!-- COL REORDER -->
Expand Down

0 comments on commit f7ca201

Please sign in to comment.