From 6a3e711cff54262e1e50bdabe0482bdda60d7a0a Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Wed, 30 Oct 2013 15:43:31 +0100 Subject: [PATCH] //small fix --- js/admin-products.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin-products.js b/js/admin-products.js index 56701e177..ef62908c0 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -884,7 +884,7 @@ product_tabs['Informations'] = new function(){ }); product_type = $(this).val(); - + $('#warn_virtual_combinations').hide(); // until a product is added in the pack // if product is PTYPE_PACK, save buttons will be disabled if (product_type == product_type_pack)