a little change for luggage editing modal.
This commit is contained in:
parent
284dec2803
commit
8e837a7521
@ -63,8 +63,8 @@ function form_lugg(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);
|
||||||
$("#isgarbage").prop('checked', jobj.garbage);
|
$("#isgarbage").prop('checked', jobj.garbage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user