diff options
Diffstat (limited to 'StoneIsland/www/js/lib/products')
| -rw-r--r-- | StoneIsland/www/js/lib/products/ClosedStoreView.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ClosedStoreView.js b/StoneIsland/www/js/lib/products/ClosedStoreView.js index 02e7b312..c4e929b3 100644 --- a/StoneIsland/www/js/lib/products/ClosedStoreView.js +++ b/StoneIsland/www/js/lib/products/ClosedStoreView.js @@ -1,4 +1,4 @@ -var ClosedStoreView = new View ({ +var ClosedStoreView = View.extend({ el: "#closed", @@ -16,7 +16,9 @@ var ClosedStoreView = new View ({ }, show: function(){ + document.body.className = "closed" this.animate() + app.footer.hide() }, hide: function(){ |
