Remove GitHub buttons script include
It has no purpose and is bad for privacy.
This commit is contained in:
parent
04a1f0acb1
commit
13097b8156
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ Haldis - Order {{ order.id }}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
|
|
||||||
<script type="text/javascript" src="{{ url_for('static', filename='js/timer.js') }}"></script>
|
<script type="text/javascript" src="{{ url_for('static', filename='js/timer.js') }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue