diff options
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 1 |
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)) } |
