From 5a2bc3b4cb98a515999c434ff9b8453da20554c5 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 7 Feb 2026 23:22:21 -0500 Subject: [PATCH] move ES6 feature detection from home1.css to home1.js Combine the two inline script blocks into a single try/catch using new Function() so old browsers fail gracefully. Co-Authored-By: Claude Opus 4.6 --- groups/home/bootstrap5/home1.css | 37 -------------------------------- groups/home/bootstrap5/home1.js | 35 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 37 deletions(-) diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index 8893973..a216bc2 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -608,43 +608,6 @@ }); - - - -