removed the tweaks.js, let's keep all the tweaking in python

This commit is contained in:
manetta 2021-10-13 19:13:08 +02:00
parent ba1388fb01
commit 568d5e3886
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
{% block head %} {% block head %}
<link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="screen"> <link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="screen">
<script src="{{ url_for('static', filename='js/tweaks.js')}}"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}

View File

@ -7,7 +7,6 @@
<link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="print"> <link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="print">
<script src="{{ url_for('static', filename='js/p5.js')}}"></script> <script src="{{ url_for('static', filename='js/p5.js')}}"></script>
<script src="{{ url_for('static', filename='js/variable-geometry-cover.js')}}"></script> <script src="{{ url_for('static', filename='js/variable-geometry-cover.js')}}"></script>
<script src="{{ url_for('static', filename='js/tweaks.js')}}"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}