Update index.php
This commit is contained in:
parent
ac4fef4db3
commit
d37bed8122
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user