1
0
Fork 0
forked from OpenNeo/impress

oops, outfits#edit items template was missing description

This commit is contained in:
Emi Matchu 2013-02-17 10:43:09 -06:00
parent b3f048b922
commit 3d0b69e944

View file

@ -68,6 +68,7 @@ Partial.ItemSet = function ItemSet(wardrobe, selector) {
li = item_template.tmpl({
id: item.id,
name: item.name,
description: item.description,
thumbnail_url: item.thumbnail_url,
url: item.getURL(),
nc: typeof item.rarity_index != 'undefined' &&