summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xStoneIsland/www/js/lib/products/ProductView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js
index 11175ca6..33426869 100755
--- a/StoneIsland/www/js/lib/products/ProductView.js
+++ b/StoneIsland/www/js/lib/products/ProductView.js
@@ -238,8 +238,8 @@ var ProductView = ScrollableView.extend({
this.$extraMessage.hide()
if (data['C10Attributes'] && data['C10Attributes'].length) {
data['C10Attributes'].forEach(function(attr){
- if (attr['key'] === 'Limited_Edition') {
- this.$extraMessage.html(stripHTML( attr['value'] ))
+ if (attr['Key'] === 'Limited_Edition') {
+ this.$extraMessage.html(stripHTML( attr['Value'] ))
this.$extraMessage.show()
}
}.bind(this))