Skip to content

Commit

Permalink
chore: remove old matomo initialization code
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Dec 17, 2024
1 parent 2f2c6f9 commit 1ca1b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ changes.

### Removed

-
- Remove old matomo initialization code

## [v2.0.1](https://github.com/IntersectMBO/govtool/releases/tag/v2.0.1) 2024-12-16

Expand Down
15 changes: 0 additions & 15 deletions govtool/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@
</style>
</head>
<body>
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//p80-zca17e2b0-z1743beba-gtw.z937eb260.rustrocks.fr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true;
g.src=u+'matomo.js';
s.parentNode.insertBefore(g,s);
})();
</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down

0 comments on commit 1ca1b97

Please sign in to comment.