Skip to content

Commit

Permalink
Merge pull request #216 from Jean-BaptisteC/hd_inscription
Browse files Browse the repository at this point in the history
Cacher la page d'inscription
  • Loading branch information
bristow authored Jun 25, 2024
2 parents 1da940e + 0b81e72 commit 5a101ac
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 = ['contribution.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 5a101ac

Please sign in to comment.