From cffe5ac6e2632ef81da975e8f360269a99a01972 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:31:27 +0200 Subject: [PATCH] Update index.php --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 5fd4de1..e07e72c 100644 --- a/index.php +++ b/index.php @@ -936,7 +936,8 @@ $(document).ready(function () { $(".tabs").tabs(); $(".collapsible").collapsible(); - $("#HP_hitdice").hide(); + $("#HP_max_card").hide(); + $("#HP_hitdice_card").hide(); $("#dmg_hitdice").hide(); $("#mob_multiattack_card").hide("fast"); });