summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-12-07 17:13:28 +0100
committerJules Laplace <julescarbon@gmail.com>2020-12-07 17:13:28 +0100
commite4ccea558146a4a77ae2c1bbb7d51453bc9f83be (patch)
treecb25940abf1e5cf3033005a37f6921be45f2d7b0
parent931943e8a8b5a94b824806e49678f5dbc79a7f3e (diff)
footer
-rwxr-xr-xStoneIsland/www/js/lib/products/ProductView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js
index 33426869..34f7927e 100755
--- a/StoneIsland/www/js/lib/products/ProductView.js
+++ b/StoneIsland/www/js/lib/products/ProductView.js
@@ -241,6 +241,7 @@ var ProductView = ScrollableView.extend({
if (attr['Key'] === 'Limited_Edition') {
this.$extraMessage.html(stripHTML( attr['Value'] ))
this.$extraMessage.show()
+ app.footer.show(stripHTML( attr['Value'] ))
}
}.bind(this))
}