From 5877ba14c898381dbc59655e7b47b3bc4bdde740 Mon Sep 17 00:00:00 2001 From: Tchepga Date: Fri, 18 Oct 2024 00:21:08 +0200 Subject: [PATCH] https matomo --- frontend/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index e5f6561..969485d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -38,7 +38,7 @@ _mtm.push({ 'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start' }); (function () { var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; - g.async = true; g.src = 'http://matomo.mongulu.cm/js/container_3Z7oU1H9.js'; s.parentNode.insertBefore(g, s); + g.async = true; g.src = 'https://matomo.mongulu.cm/js/container_3Z7oU1H9.js'; s.parentNode.insertBefore(g, s); })();