Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Jul 2, 2024
1 parent 324c093 commit 0a57699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/dokka-presets/scripts/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Fix for accessibility violation: "Provide a mechanism for skipping past repetitive content"
*/
function applySkipLinks() {
console.log("DOMContentLoaded")
function insertSkipLink(element) {
if (element.querySelectorAll(".skip-to-content").length > 0) { return }

Expand Down

0 comments on commit 0a57699

Please sign in to comment.