Skip to content

Commit

Permalink
Remove obvious part of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Dec 20, 2024
1 parent f3ab40d commit 69b131c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions djangoproject/static/js/djangoproject.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Toggle persistent display of documentation version and language options if
// the element is clicked
// Toggle persistent display of documentation version and language options
document.querySelectorAll('.doc-switcher li.current').forEach(function (el) {
el.addEventListener('click', function () {
this.parentElement.classList.toggle('open');
Expand Down

0 comments on commit 69b131c

Please sign in to comment.