Skip to content

Commit

Permalink
Merge pull request #110 from ZeusWPI/remove-analytics
Browse files Browse the repository at this point in the history
Remove Google Analytics
  • Loading branch information
mcbloch authored Apr 12, 2019
2 parents e416d5f + 909b3fc commit 7da75d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/templates/layout.html
Original file line number Diff line number Diff line change
@@ -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'),
] -%}
Expand All @@ -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 %}
Expand Down

0 comments on commit 7da75d8

Please sign in to comment.