diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:51:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 16:51:36 +0200 |
| commit | 680e8abae653d88bb8f19866bb1a56e39b557964 (patch) | |
| tree | 14e67bb7083c26f300c9d51fb3865bfbd387de37 | |
| parent | aa14cf56259f7e7ffb4c18af013cdfcfc56953fa (diff) | |
le fitfooter
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 2 |
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() } |
