From 1c22165effab99f210e499ae7a7a7763feb630c5 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Mon, 14 Apr 2025 14:19:39 +0100 Subject: [PATCH] remove unused variable --- src/main/resources/static/js/pages/home.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/static/js/pages/home.js b/src/main/resources/static/js/pages/home.js index 8565c44a2..f7e5471df 100644 --- a/src/main/resources/static/js/pages/home.js +++ b/src/main/resources/static/js/pages/home.js @@ -115,7 +115,6 @@ function adjustVisibleElements() { const subElements = Array.from(container.children); let totalWidth = 0; - const containerWidth = container.offsetWidth; subElements.forEach((element) => { totalWidth += 12 * parseFloat(getComputedStyle(document.documentElement).fontSize);