Update index.php

This commit is contained in:
James 2022-09-29 15:28:28 +02:00
parent 4111a0c903
commit 0b77d86d1c

View File

@ -870,8 +870,6 @@
party_variables.forEach(element => console.log("<tr>" + Object.keys(element)[0] + "</tr>" + "<tr>" + element + "</tr>"));
encounter_variables.forEach(element => console.log("<tr>" + Object.keys(element)[0] + "</tr>" + "<tr>" + element + "</tr>"));
//Fill the tables
console.log(
"<table><thead><tr><th>Variable</th><th>Pts</th></tr></thead><tbody>"+"</tbody></table>"
@ -902,7 +900,7 @@
$("#diff_summary").html("");
}
};
console.log("Done!");
</script>
</body>
</body>
</html>