From 691d6b3851d89186b70e82fbcf8afdfababcf729 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 24 Jul 2012 15:06:51 +0000 Subject: [PATCH] // #PSCFV-3327 - Fix little bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16551 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/cart-summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/cart-summary.js b/themes/default/js/cart-summary.js index 891310259..044ce3bf3 100644 --- a/themes/default/js/cart-summary.js +++ b/themes/default/js/cart-summary.js @@ -509,7 +509,7 @@ function downQuantity(id, qty) updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); if (newVal == 0) - $('#product_'+id').hide(); + $('#product_'+id).hide(); if (typeof(getCarrierListAndUpdate) != 'undefined') getCarrierListAndUpdate();