Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TMHSDigital authored Jul 29, 2024
1 parent 4797f35 commit feac460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Wait for the DOM to be fully loaded
document.addEventListener('DOMContentLoaded', function() {
// Fade in effect for section links
const sectionLinks = document.querySelectorAll('.section-link');
Expand Down Expand Up @@ -49,4 +48,4 @@ document.addEventListener('DOMContentLoaded', function() {
link.classList.add('active');
}
});
});
});

0 comments on commit feac460

Please sign in to comment.