Skip to content

Commit

Permalink
Unhide program page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed May 19, 2024
1 parent 5f41bc2 commit 06c952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(function () {
});

// cacher dynamiquement les éléments de la navigation
const navToHide = ['programme.html', 'contribution.html', 'inscription.html'];
const navToHide = ['contribution.html', 'inscription.html'];
$('.nav-link').each(function () {
//console.debug($(this).text() + " | href=" + $(this).attr("href"));
if (navToHide.includes($(this).attr('href')))
Expand Down

0 comments on commit 06c952c

Please sign in to comment.