diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 17:13:28 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 17:13:28 +0100 |
| commit | e4ccea558146a4a77ae2c1bbb7d51453bc9f83be (patch) | |
| tree | cb25940abf1e5cf3033005a37f6921be45f2d7b0 | |
| parent | 931943e8a8b5a94b824806e49678f5dbc79a7f3e (diff) | |
footer
| -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)) } |
