changeset 949:d43acd4f2454

[Important] Removal of matomo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Jun 2023 18:26:35 +0200
parents 20a369cc2823
children 0b237d3c7f52
files Sphinx/source/_templates/layout.html
diffstat 1 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/_templates/layout.html	Fri Jun 02 15:21:48 2023 +0200
+++ b/Sphinx/source/_templates/layout.html	Fri Jun 02 18:26:35 2023 +0200
@@ -17,7 +17,7 @@
     </p>
     <p>
 
-      &copy; Copyright 2015-2022, University Hospital of Liège, Osimis
+      &copy; Copyright 2015-2023, University Hospital of Liège, Osimis
       S.A. (Belgium), UCLouvain ICTEAM, and the Orthanc community<br/>
       The Orthanc Book is licensed under
       <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative 
@@ -27,19 +27,4 @@
   </div>
 </footer>
 
-<!-- Matomo -->
-<script type="text/javascript">
-  var _paq = window._paq = window._paq || [];
-  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
-  _paq.push(['trackPageView']);
-  _paq.push(['enableLinkTracking']);
-  (function() {
-    var u="https://matomo.orthanc-server.com/";
-    _paq.push(['setTrackerUrl', u+'matomo.php']);
-    _paq.push(['setSiteId', '2']);
-    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
-    g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-  })();
-</script>
-<!-- End Matomo Code -->
 {% endblock %}