From 56a52c708e3d6a74d9cc59b5ec4898fb86a37cc0 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Tue, 15 Oct 2024 07:49:18 +1000 Subject: [PATCH 1/6] Refactor header-cards component to use embedded snippet --- .../lab/usegalaxy.org.au/templates/conclusion.html | 9 ++++++++- .../lab/usegalaxy.org.au/templates/footer.html | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/communities/proteomics/lab/usegalaxy.org.au/templates/conclusion.html b/communities/proteomics/lab/usegalaxy.org.au/templates/conclusion.html index c097223b..97e27194 100644 --- a/communities/proteomics/lab/usegalaxy.org.au/templates/conclusion.html +++ b/communities/proteomics/lab/usegalaxy.org.au/templates/conclusion.html @@ -1 +1,8 @@ -{% include 'home/snippets/header-cards.html' %} + + diff --git a/communities/proteomics/lab/usegalaxy.org.au/templates/footer.html b/communities/proteomics/lab/usegalaxy.org.au/templates/footer.html index 259d18e6..579c69a3 100644 --- a/communities/proteomics/lab/usegalaxy.org.au/templates/footer.html +++ b/communities/proteomics/lab/usegalaxy.org.au/templates/footer.html @@ -3,7 +3,6 @@ window.addEventListener("message", function(event) { const iframe = document.getElementById('footerIframe'); const height = event.data.height + 'px'; - console.log('Set footer height:', height); iframe.style.height = height; }, false); From d68b58d88917388e1c0668a32d45f2c547ba5fe9 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Tue, 15 Oct 2024 07:56:11 +1000 Subject: [PATCH 2/6] Remove hard-coded "Australia" --- .../genome/lab/usegalaxy.org.au/templates/conclusion.html | 2 +- communities/proteomics/lab/templates/intro.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/communities/genome/lab/usegalaxy.org.au/templates/conclusion.html b/communities/genome/lab/usegalaxy.org.au/templates/conclusion.html index 13e7d771..54382373 100644 --- a/communities/genome/lab/usegalaxy.org.au/templates/conclusion.html +++ b/communities/genome/lab/usegalaxy.org.au/templates/conclusion.html @@ -35,7 +35,7 @@