From d6abefefdbc5c29932a4f94c8aba9790e64d9ed3 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Wed, 29 Oct 2025 10:49:38 +1300 Subject: [PATCH] fix(analytics): add tracking to koha transparency and success pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Umami tracking script to koha/transparency.html - Added Umami tracking script to koha/success.html - Ensures complete tracking coverage across all public pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/koha/success.html | 3 +++ public/koha/transparency.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/public/koha/success.html b/public/koha/success.html index 13efe374..44adacc6 100644 --- a/public/koha/success.html +++ b/public/koha/success.html @@ -61,6 +61,9 @@ .delay-4 { animation-delay: 0.4s; } .delay-5 { animation-delay: 0.5s; } + + + diff --git a/public/koha/transparency.html b/public/koha/transparency.html index 8f61b8f2..d9436cef 100644 --- a/public/koha/transparency.html +++ b/public/koha/transparency.html @@ -34,6 +34,9 @@ transform: translateY(-4px); } + + +