removed the tweaks.js, let's keep all the tweaking in python
This commit is contained in:
parent
ba1388fb01
commit
568d5e3886
@ -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 %}
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user