Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsillahkanu authored Oct 23, 2024
1 parent 84a172b commit e37c51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function loadContent(page) {
shapefiles: `
<div class="fixed-buttons">
<div class="fixed-buttons" id="fixedButtons">
<button class="text-button">On this page:</button>
<button class="text-button" data-section="stepByStep" onclick="scrollToSection('stepByStep')">Étape par étape</button>
<button class="text-button" data-section="fullCode" onclick="scrollToSection('fullCode')">Code complet</button>
<button class="text-button" data-section="sampleR" onclick="scrollToSection('sampleR')">Exemple de sortie</button>
Expand Down

0 comments on commit e37c51a

Please sign in to comment.