Skip to content

Commit

Permalink
Merge pull request #1514 from watchdogpolska/remove-ua-code
Browse files Browse the repository at this point in the history
Remove UA
  • Loading branch information
PiotrIw committed May 9, 2024
2 parents e2650e9 + aeeeab7 commit b67fb9e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions poradnia/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,7 @@
<link rel="stylesheet" href="{% static 'css/style.min.css' %}">
{% endif %}
{% block extra_css %}{% endblock %}
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-71083051-7', 'auto');
ga('send', 'pageview');
</script>
</head>

<body>
Expand Down

0 comments on commit b67fb9e

Please sign in to comment.