Modifications

Remember that this resource has verified DMCA protection, and its illegal use or distribution could imply a claim for protection of Title 17 of Chapter 512 (c) (3) of the Digital Millennium Copyright Act

Add item information

In order for the item information to appear in our inventory, we must add the following line in our config_metadata.js in case of qs-inventory, or qb-inventory/html/js/app.js
1
} else if (itemData.name == "photo") {
2
$(".item-info-title").html("<p>" + itemData.label + "</p>");
3
$(".item-info-description").html(
4
"<p><span>" +
5
itemData.info.location +
6
"</span></p><span>" +
7
itemData.info.date + "</span></p>"
8
);