Skip to content

Commit

Permalink
Update panelHeadingChange.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Duijkersloot authored Jan 28, 2024
1 parent 8e1a693 commit 75e9ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scripts/panelHeadingChange.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Code voor de panel animations, wanneer een nieuwe panel in het scherm is, dan moet de de header/counter veranderen

// Bron: beetje hulp van ChatGPT

document.addEventListener("DOMContentLoaded", function () {
Expand Down Expand Up @@ -46,6 +48,5 @@ document.addEventListener("DOMContentLoaded", function () {
updateIndex();
});

// Initial update
updateIndex();
});
});

0 comments on commit 75e9ab5

Please sign in to comment.