Skip to content

Commit

Permalink
fixed another path
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenmoura committed Apr 29, 2024
1 parent e7afd89 commit 58a49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-your-markup/scripts/test-your-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
energy= 0;

// go fetch the list from a different file
fetch('lists.json').then(result => result.json().then(data => init(data)))
fetch('/test-your-markup/lists.json').then(result => result.json().then(data => init(data)))

function init(lists) {
var selectedList= lists['js-libs'];
Expand Down

0 comments on commit 58a49c9

Please sign in to comment.