diff options
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js')
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/cart/CartSummary.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js index ff1e001f..e1894a68 100644..100755 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -156,6 +156,7 @@ var CartSummary = ScrollableView.extend({ this.parent.$itemcount.html("0 ITEMS") this.el.className = "empty" this.parent.$steps.hide() + app.curtain.hide("loading") }, save: function(){ @@ -196,6 +197,9 @@ var CartSummary = ScrollableView.extend({ success: function(){ app.curtain.hide("loading") }, + error: function(){ + app.curtain.hide("loading") + }, }) }, |
