1 todo for the class

master
km0 3 years ago
parent f2ddf46019
commit effebc1ff0

@ -19,6 +19,7 @@ let table;
fetch(endpoint)
.then((response) => response.json())
.then((data) => {
// TODO: custom class in the table to call the element
// Create a new element to parse the response from the wiki and get an HTML table element out of it
let section = document.createElement("div");
section.innerHTML = data.parse.text["*"];

Loading…
Cancel
Save