From af79853142f35aa0a6440f7170590e51151787e0 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Wed, 29 Jul 2026 20:47:35 +0000 Subject: [PATCH] Fix: call updateSharedLinkBox when calculator section expands so shared link populates --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 925d3d9..8031322 100644 --- a/index.html +++ b/index.html @@ -1953,6 +1953,7 @@ function copyCalculatorLink() { function openCalculator() { document.getElementById('calculatorSection').classList.add('expanded'); document.getElementById('heroSection').style.minHeight = 'auto'; + updateSharedLinkBox(); } function scrollToCalculator() {