From 4ea613cf0e7f6db215c81f65e1411ea755dd7953 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:00:11 +0200 Subject: [PATCH] type errors --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");