Update index.php

This commit is contained in:
James 2022-09-30 08:29:14 +02:00
parent e1744d25f9
commit 45fe25914d

View File

@ -882,7 +882,7 @@
}
function filltable(namespace, element, i) {
document.getElementById("totalscard").innerHTML += "<tr><td>" + namespace[i] + "</td><td>" + element + "</td></tr>")
document.getElementById("totalscard").innerHTML += "<tr><td>" + namespace[i] + "</td><td>" + element + "</td></tr>"
}
function setDiff(difficulty) {