Skip to content

Commit 8115cde

Browse files
authored
Remove piwik code that references defunct URLs (#4522)
1 parent 157eaa6 commit 8115cde

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

_includes/waiscript.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,3 @@
88
var translationStrings = {}; /* fix WAI JS */
99
</script>
1010
<script src="https://www.w3.org/WAI/assets/scripts/main.js"></script>
11-
{% # Matomo %}
12-
<script>
13-
var _paq = _paq || [];
14-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
15-
_paq.push(["setDoNotTrack", true]);
16-
_paq.push(['trackPageView']);
17-
_paq.push(['enableLinkTracking']);
18-
(function () {
19-
var u = "//www.w3.org/analytics/piwik/";
20-
_paq.push(['setTrackerUrl', u + 'piwik.php']);
21-
_paq.push(['setSiteId', '328']);
22-
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
23-
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s);
24-
})();
25-
</script>
26-
<noscript>
27-
<p><img src="//www.w3.org/analytics/piwik/piwik.php?idsite=328&amp;rec=1" style="border:0;" alt=""></p>
28-
</noscript>
29-
{% # End Matomo Code %}

0 commit comments

Comments
 (0)