Skip to content

Commit

Permalink
Added import commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quintindunn committed Oct 21, 2023
1 parent 7fd072c commit 3e4e77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/graphs/dva_graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
{% block title %} {% endblock title %}

{% block head %}
<script src="/static/node_modules/mathjs/lib/browser/math.js" type="text/javascript"></script>

<script type="module" src="{{ url_for("static", filename="./graphs/js/dva_graphs/dva_graphs.js") }}"></script>
<script src="{{ url_for("static", filename="./graphs/js/dva_graphs/input_manager.js") }}" defer></script>

<link rel="stylesheet" href="{{ url_for("static", filename="./graphs/css/dva_graphs/dva_graphs.css") }}">
{% endblock head %}

Expand Down

0 comments on commit 3e4e77c

Please sign in to comment.