Remove GitHub buttons script include

It has no purpose and is bad for privacy.
This commit is contained in:
Midgard 2020-02-29 17:39:28 +01:00
parent 04a1f0acb1
commit 13097b8156
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -14,7 +14,6 @@ Haldis - Order {{ order.id }}
{% block scripts %}
{{ 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>
{% endblock %}