summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xStoneIsland/www/js/lib/products/ProductView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js
index 66554ce7..0ad58acc 100755
--- a/StoneIsland/www/js/lib/products/ProductView.js
+++ b/StoneIsland/www/js/lib/products/ProductView.js
@@ -219,7 +219,7 @@ var ProductView = ScrollableView.extend({
}
this.$fit.show()
} else {
- this.$fitFooter.hide()
+ this.$fitHeader.hide()
this.$fit.hide()
}