Basic cours support #44

Merged
Anri merged 67 commits from cours into main 2024-04-01 18:11:49 +02:00
Showing only changes of commit 1c19d23f36 - Show all commits

View file

@ -38,7 +38,5 @@ window.addEventListener("load", () => {
JSON.parse(dataElement.getAttribute("data-json")).children JSON.parse(dataElement.getAttribute("data-json")).children
); );
console.log(JSON.parse(dataElement.getAttribute("data-json")));
dataElement.remove(); dataElement.remove();
}); });