Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit ea90d7e

Browse files
authored
Merge pull request #502 from OpenMS/tjeerdijk-patch-1
removed enclosing <script> tags in Matomo script
2 parents 8f19463 + 17221db commit ea90d7e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/source/_static/matomo.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// script below is used by Matomo web analytics for web site usage statistics
2-
<script>
1+
// script is used by Matomo web analytics for web site usage statistics
32
var _paq = window._paq = window._paq || [];
43
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
54
_paq.push(['trackPageView']);
@@ -11,4 +10,3 @@
1110
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
1211
g.async=true; g.src='https://cdn.matomo.cloud/openms.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
1312
})();
14-
</script>

0 commit comments

Comments
 (0)