Skip to content

Commit

Permalink
comment out Remove H3 anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Jul 11, 2024
1 parent 1e2bcd8 commit 5f9e66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/70-docs-ndl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5f9e66c

Please sign in to comment.