Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Medesan authored and Alexandru Medesan committed May 22, 2023
1 parent fdeafb0 commit c928bb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ const loadEuropaAnalyticsScript = () => {
//replace script loaded on each version change
if (existingScript) {
existingScript.setAttribute('src', `https://europa.eu/webtools/load.js`);
existingScript.setAttribute('src', `https://matomo.eea.europa.eu/misc/user/load.js`);
existingScript.setAttribute(
'src',
`https://matomo.eea.europa.eu/misc/user/load.js`,
);
}

if (!existingScript && __CLIENT__) {
Expand Down

0 comments on commit c928bb8

Please sign in to comment.