Update index.php

This commit is contained in:
James 2022-09-29 16:22:09 +02:00
parent ac4fef4db3
commit d37bed8122

View File

@ -874,8 +874,7 @@
encounter_variables.forEach((element, i) => console.log("<tr>" + encounter_variables_name[i] + "</tr>" + "<tr>" + element + "</tr>"));
//Fill the tables
document.getElementById("totalscard").innerHTML = "<table><thead><tr><th>Variable</th><th>Pts</th></tr></thead><tbody>"+"</tbody></table>"
);
document.getElementById("totalscard").innerHTML = "<table><thead><tr><th>Variable</th><th>Pts</th></tr></thead><tbody>"+"</tbody></table>";
}