Skip to content

Commit 3e9602c

Browse files
committed
Linted
1 parent 6bf425e commit 3e9602c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/nav.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function hideAllModals () {
6565
}
6666

6767
function hideAllSectionsAndDeselectButtons () {
68-
6968
let sections = document.querySelectorAll('.content-item.show')
7069
Array.prototype.forEach.call(sections, function (section) {
7170
section.classList.remove('show')

0 commit comments

Comments
 (0)