Update index.php

This commit is contained in:
James 2022-09-26 15:04:54 +02:00
parent 4ea613cf0e
commit f94fa4e7e8
1 changed files with 4 additions and 3 deletions

View File

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