Skip to content

Commit 95175f3

Browse files
committed
eliminate code warnings
1 parent 5787661 commit 95175f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="mask-icon" href="/img/icons/maskable-icon-512x512.png" color="#fff">
1313
<!-- Matomo Tracking: Cookie-less and GDPR-conformant -->
1414
<script>
15-
var _paq = window._paq = window._paq || [];
15+
var _paq = globalThis._paq = globalThis._paq || [];
1616
(function() {
1717
var u="//matomo.brdgm.me/";
1818
_paq.push(['setTrackerUrl', u+'matomo.php']);

0 commit comments

Comments
 (0)