a little change for profession editing modal.
This commit is contained in:
parent
8e837a7521
commit
2d6fd78488
@ -77,8 +77,8 @@ function form_prof(jobj) {
|
|||||||
});
|
});
|
||||||
$("#violenceRange").val(jobj.violence);
|
$("#violenceRange").val(jobj.violence);
|
||||||
$("#powerRange").val(jobj.power);
|
$("#powerRange").val(jobj.power);
|
||||||
$("#healRange").val(jobj.heal);
|
$("#healRange").val(jobj.asocial);
|
||||||
$("#foodRange").val(jobj.food);
|
$("#foodRange").val(jobj.foodstuffs);
|
||||||
}
|
}
|
||||||
|
|
||||||
function form_heal(jobj) {
|
function form_heal(jobj) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user