Merge pull request #110 from ZeusWPI/remove-analytics

Remove Google Analytics
This commit is contained in:
Maxime 2019-04-12 23:13:57 +02:00 committed by GitHub
commit 7da75d85df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,11 @@
{% extends "bootstrap/base.html" %}
{% import "bootstrap/utils.html" as utils %}
{% import "bootstrap/google.html" as google %}
{% set navbar = [
('home', 'Home'),
('order_bp.orders', 'Orders'),
('locations', 'Locations'),
('map', 'Map'),
('map', 'Map'),
('about', 'About'),
('stats', 'Stats'),
] -%}
@ -27,7 +26,6 @@
{% block scripts %}
{{ super() }}
{{ google.uanalytics('UA-25444917-9') }}
<script src="{{ url_for('static', filename='js/timer.js') }}"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
{% endblock %}