Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBacou authored Apr 1, 2024
1 parent e0c5c00 commit f178efa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ <h3>Leaderboard - Niveaux</h3>
</div>

<script>
var team = []
fetch('./levels.json')
.then((response) => response.json())
.then((json) => team = json);
.then((json) => { var team = json });


for (i = 0; i < team.length; i++) {
Expand Down

0 comments on commit f178efa

Please sign in to comment.