diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/home2.html | 2 | ||||
-rw-r--r-- | src/web/templates/layout.html | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html index 54413b35..3e9d4a6f 100644 --- a/src/web/templates/home2.html +++ b/src/web/templates/home2.html @@ -1,8 +1,6 @@ {% extends "layout.html" %} {% block content %} <section id="jarrapp"></section> -<script type="text/javascript" src="{{ url_for("static", filename="js/jquery.js") }}"></script> -<script type="text/javascript" src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script> <script type="text/javascript" src="{{ url_for("static", filename="js/bundle.min.js") }}"></script> {% endblock %} diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index db5b6589..0b2f371d 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -140,10 +140,5 @@ </div> {% block content %}{% endblock %} - - <!-- Bootstrap core JavaScript --> - <!-- Placed at the end of the document so the pages load faster --> - <script type="text/javascript" src="{{ url_for("static", filename="js/jquery.js") }}"></script> - <script type="text/javascript" src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script> </body> </html> |