From f53070609711f130fa2316179cdabb264b9b8b64 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Tue, 10 Mar 2026 22:05:07 +0100 Subject: [PATCH] implement _yesscript css class Elements with this class are only shown when JS is available, i.e. they are (mostly) the opposite of the noscript element. This replaces the previous implementation to do that, which was itself based on JavaScript. It is now reusable, declarative and easier to grasp at a glance. As the entire site is built on JS this likely won't be used much beyond its single current invocation. --- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c098153..342f617 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,14 @@ + +