From 5f9e66c1a13c2b1957bcdd23713bc431d69346b6 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Thu, 11 Jul 2024 11:09:11 +0200 Subject: [PATCH] comment out `Remove H3 anchors` --- src/js/70-docs-ndl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/70-docs-ndl.js b/src/js/70-docs-ndl.js index d5ee1793..5ed7a4e2 100644 --- a/src/js/70-docs-ndl.js +++ b/src/js/70-docs-ndl.js @@ -24,9 +24,9 @@ document.addEventListener('DOMContentLoaded', function () { } // Remove H3 anchors - document.querySelectorAll('h3 a').forEach(function (a) { + /* document.querySelectorAll('h3 a').forEach(function (a) { a.remove() - }) + })*/ // Add links to cards document.querySelectorAll('.cards.selectable')