Update index.php

This commit is contained in:
James 2022-09-30 08:37:25 +02:00
parent c1eff35a8f
commit a542069c91

View File

@ -880,7 +880,7 @@
}
function filltable(namespace, element, i) {
$("#totalsdata").wrapInner("<tr><td>" + namespace[i] + "</td><td>" + element + "</td></tr>");
$("#totalsdata").append("<tr><td>" + namespace[i] + "</td><td>" + element + "</td></tr>");
}
function setDiff(difficulty) {