a little change for luggage editing modal.

This commit is contained in:
Michael Wain 2024-11-30 02:25:54 +03:00
parent 284dec2803
commit 8e837a7521

View File

@ -63,8 +63,8 @@ function form_lugg(jobj) {
});
$("#violenceRange").val(jobj.violence);
$("#powerRange").val(jobj.power);
$("#healRange").val(jobj.heal);
$("#foodRange").val(jobj.food);
$("#healRange").val(jobj.asocial);
$("#foodRange").val(jobj.foodstuffs);
$("#isgarbage").prop('checked', jobj.garbage);
}