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); $("#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);
} }