From 55b1219b4fc7f42ca9c902a0c736ee708a0c5b46 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 --- 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();