type errors

This commit is contained in:
James 2022-09-26 15:00:11 +02:00
parent 7e41426cce
commit 4ea613cf0e
1 changed files with 1 additions and 1 deletions

View File

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