ps-inventory
These are edits required for ps-inventory
Add a new "else if" under any of the others already listed and paste this in.
} else if (itemData.name == "vehiclekeys") {
$(".item-info-title").html("<p>" + itemData.label + "</p>");
$(".item-info-description").html('<p><strong>Vehicle Keys for: </strong><span>' + itemData.info.vehName + "</p><p style=\"font-size:11px\"><b>Plate: </b>" + itemData.info.plate + "</a>");
Last updated