Skip to content

Commit

Permalink
fix warning about antiquated JS snippet
Browse files Browse the repository at this point in the history
probably a relic from the merge script rebase
  • Loading branch information
2bndy5 committed Apr 12, 2024
1 parent a221313 commit 8bfa816
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/templates/partials/javascripts/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,3 @@
}
</script>
{% endif %}

<!-- Switch to content tab target -->
<script>
var target = document.getElementById(location.hash.slice(1))
if (target && target.name)
target.checked = target.name.startsWith("__tabbed_")
</script>

0 comments on commit 8bfa816

Please sign in to comment.