remove undefined id

This commit is contained in:
Pavlo Rudy 2023-07-12 16:02:46 +03:00 committed by GitHub
parent 901f5e81f8
commit 6fdd5d219a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,10 +67,7 @@
};
// add anchors to all h2, h3, h4, h5, h6
anchors
.add()
// remove anchors from the following elements
.remove("#free-libre-open-source-software-binaries-of-vs-code");
anchors.add();
</script>
</body>
</html>