From c14c38bf3f126226d289a9d9019803f9a5412277 Mon Sep 17 00:00:00 2001 From: Nico Athanassiadis <nico@dsv.su.se> Date: Fri, 7 Feb 2025 11:18:43 +0100 Subject: [PATCH] Will not use matomo Decided to not use matomo for analytics. The application is a single page. Any statistics we want we can parse from the logs. An issue #16 has been added to make the logs more parse friendly. --- src/main/resources/templates/file-management.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/resources/templates/file-management.html b/src/main/resources/templates/file-management.html index c0920fd..b32d62b 100644 --- a/src/main/resources/templates/file-management.html +++ b/src/main/resources/templates/file-management.html @@ -7,16 +7,6 @@ <link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" /> <link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" /> <link th:rel="stylesheet" th:href="@{/css/styles.css}" /> - <!-- Matomo Tag Manager --> - <script> - var _mtm = window._mtm = window._mtm || []; - _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='https://matomo.dsv.su.se/js/container_IItNK9YW.js'; s.parentNode.insertBefore(g,s); - })(); - </script> - <!-- End Matomo Tag Manager --> </head> <body> <header class="header bg-primary text-white py-3">