type errors
This commit is contained in:
parent
7e41426cce
commit
4ea613cf0e
@ -990,7 +990,7 @@
|
|||||||
$("#mob_hp_dice_type").val("");
|
$("#mob_hp_dice_type").val("");
|
||||||
$("#HP_hitdice").show("fast");
|
$("#HP_hitdice").show("fast");
|
||||||
$("#mob_hp_max").val("");
|
$("#mob_hp_max").val("");
|
||||||
} else if (e = false) {
|
} else if (e == false) {
|
||||||
console.log("hello");
|
console.log("hello");
|
||||||
$("#HP_max").hide("fast");
|
$("#HP_max").hide("fast");
|
||||||
$("#HP_hitdice").hide("fast");
|
$("#HP_hitdice").hide("fast");
|
||||||
|
Loading…
Reference in New Issue
Block a user