From 60de539d3ece654abbbdb7fa0544c6bf16454e0d Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Fri, 30 Sep 2022 08:46:52 +0200 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index eb272ee..38cd098 100644 --- a/index.php +++ b/index.php @@ -872,7 +872,7 @@ //Fill the tables - $("#totalscard").wrapInner('
VariablePts
'); + $("#totalscard").html('
VariablePts
'); party_variables.forEach((element, i) => filltable(party_variables_name, element, i)); encounter_variables.forEach((element, i) => filltable(encounter_variables_name, element, i));