diff --git a/index.php b/index.php index 35206e8..f29a247 100644 --- a/index.php +++ b/index.php @@ -880,7 +880,7 @@ } function filltable(namespace, element, i) { - $("#totalsdata").wrapInner("" + namespace[i] + "" + element + ""); + $("#totalsdata").append("" + namespace[i] + "" + element + ""); } function setDiff(difficulty) {