Skip to content

Commit

Permalink
matomo script - removed unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Oct 8, 2024
1 parent 1a652da commit a695386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
// if(window.location.origin !== 'https://octant.app') {return;};

// TODO: REMOVE AFTER TESTS!!!
if(window.location.origin !== 'https://uat-client.octant.wildland.dev') {return;};
if(window.location.origin !== 'https://uat-client.octant.wildland.dev') {return;}

var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
Expand Down

0 comments on commit a695386

Please sign in to comment.