diff --git a/index.php b/index.php index cfa6fc5..86ebccb 100644 --- a/index.php +++ b/index.php @@ -205,8 +205,8 @@
Health kind Are we using Average Health or HP Dice?
- - + +
@@ -970,14 +970,14 @@ function usingHPDice(e) { if (e) { - $("#HP_hitdice").hide("fast"); - $("#mob_hp_avg").val(""); - $("#HP_average").show("fast"); - } else { $("#HP_average").hide("fast"); $("#mob_hp_dice_ammount").val(""); $("#mob_hp_dice_type").val(""); $("#HP_hitdice").show("fast"); + } else { + $("#HP_hitdice").hide("fast"); + $("#mob_hp_avg").val(""); + $("#HP_average").show("fast"); } calcDiff(); }