Skip to content

Commit

Permalink
Merge pull request #200 from Jean-BaptisteC/sh_program
Browse files Browse the repository at this point in the history
Afficher la page programme dans le menu de navigation
  • Loading branch information
bristow authored May 21, 2024
2 parents 76245f6 + 06c952c commit b0c7afd
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 b0c7afd

Please sign in to comment.