Update index.php
This commit is contained in:
parent
4ea613cf0e
commit
f94fa4e7e8
@ -991,15 +991,16 @@
|
||||
$("#HP_hitdice").show("fast");
|
||||
$("#mob_hp_max").val("");
|
||||
} else if (e == false) {
|
||||
console.log("hello");
|
||||
$("#HP_max").hide("fast");
|
||||
$("#HP_hitdice").hide("fast");
|
||||
$("#mob_hp_avg").val("");
|
||||
$("#HP_average").show("fast");
|
||||
$("#mob_hp_max").val("");
|
||||
} else if (e == "max") {
|
||||
$("#HP_average").hide("fast");
|
||||
$("#HP_hitdice").hide("fast");
|
||||
console.log("hello");
|
||||
|
||||
$("#HP_average").hide("fast");
|
||||
$("#HP_hitdice").hide("fast");
|
||||
$("#HP_max").show("fast");
|
||||
$("#mob_hp_avg").val("");
|
||||
$("#mob_hp_dice_ammount").val("");
|
||||
|
Loading…
Reference in New Issue
Block a user