Skip to content

Commit

Permalink
Update analytics hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Feb 7, 2024
1 parent fa60e2d commit 8a72c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions donate.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
( function() {
var u = 'https://matomo.miraheze.org/';
var u = 'https://analytics.wikitide.net/';
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setDocumentTitle', 'Landing - Donate']);
_paq.push(['setSiteId', 9838]);
Expand All @@ -75,7 +75,7 @@ function _amountInput( ele ) {
a.setAttribute( 'href', 'https://www.paypal.com/donate/?hosted_button_id=Q8ZN29LJVXP7L' + value );
}
</script>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Donate" style="border: 0;" alt="Matomo" /></p></noscript>
<noscript><p><img src="https://analytics.wikitide.net/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Donate" style="border: 0;" alt="Matomo" /></p></noscript>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u = 'https://matomo.miraheze.org/';
var u = 'https://analytics.wikitide.net/';
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setDocumentTitle', 'Landing - Home']);
_paq.push(['setSiteId', 9838]);
Expand All @@ -64,7 +64,7 @@
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Home" style="border:0;" alt="Matomo" /></p></noscript>
<noscript><p><img src="https://analytics.wikitide.net/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Home" style="border:0;" alt="Matomo" /></p></noscript>
</head>

<body>
Expand Down

0 comments on commit 8a72c36

Please sign in to comment.