Skip to content

Commit

Permalink
catch
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Feb 28, 2024
1 parent 3c03fc1 commit edd9c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>lujvo that aren't</h1>
fetch("data/naljvo.txt").then((res) => res.text()).then((data) => {
naljvo = data.split("\r\n").slice(1).map((x) => "<li>" + x + "</li>").join("");
document.getElementById("naljvo").innerHTML = naljvo;
});
}).catch((e) => console.error(e));
</script>
</body>
</html>

0 comments on commit edd9c57

Please sign in to comment.