Update index.php

This commit is contained in:
James 2022-09-26 15:31:27 +02:00
parent d478660f30
commit cffe5ac6e2
1 changed files with 2 additions and 1 deletions

View File

@ -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");
});