Update index.php
This commit is contained in:
parent
d66db61437
commit
e34c370f70
@ -991,13 +991,14 @@
|
|||||||
$("#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");
|
|
||||||
$("#HP_max").hide("fast");
|
$("#HP_max").hide("fast");
|
||||||
$("#HP_hitdice").hide("fast");
|
$("#HP_hitdice").hide("fast");
|
||||||
$("#mob_hp_avg").val("");
|
$("#mob_hp_avg").val("");
|
||||||
$("#HP_average").show("fast");
|
$("#HP_average").show("fast");
|
||||||
$("#mob_hp_max").val("");
|
$("#mob_hp_max").val("");
|
||||||
} else if (e == "max") {
|
} else if (e == "max") {
|
||||||
|
console.log("hello");
|
||||||
|
|
||||||
$("#HP_average").hide("fast");
|
$("#HP_average").hide("fast");
|
||||||
$("#HP_hitdice").hide("fast");
|
$("#HP_hitdice").hide("fast");
|
||||||
$("#HP_max").show("fast");
|
$("#HP_max").show("fast");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user