From 1cb1ddc3d678983184abf7955a5e2fa38ba49558 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 Oct 2025 14:15:52 -0300 Subject: uninteresting eslint fixes --- src/static/js/client/hash-link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/js/client') diff --git a/src/static/js/client/hash-link.js b/src/static/js/client/hash-link.js index e82e06c5..4384d35a 100644 --- a/src/static/js/client/hash-link.js +++ b/src/static/js/client/hash-link.js @@ -191,7 +191,7 @@ function expandDetails(target) { details.open = true; } } else if (target.nodeName === 'DETAILS') { - details.open = true; + target.open = true; } } -- cgit 1.3.0-6-gf8a5