diff --git a/index.php b/index.php index e2415e4..0afa2eb 100644 --- a/index.php +++ b/index.php @@ -990,7 +990,7 @@ $("#mob_hp_dice_type").val(""); $("#HP_hitdice").show("fast"); $("#mob_hp_max").val(""); - } else if (e = false) { + } else if (e == false) { console.log("hello"); $("#HP_max").hide("fast"); $("#HP_hitdice").hide("fast");