From e5f0bcb916166433e48db293f75084272a148048 Mon Sep 17 00:00:00 2001 From: soware Date: Sat, 16 Nov 2013 00:37:47 -0200 Subject: [PATCH] Update form.tpl I removed the line 109 because the price tab problem and because this line is redundant. The first show (line 95) always is executed. If the price is saved twice, the second the div #product-tab-content-wait never is hided and show the loading forever. It is because the line 109 show this tab again, in the sequence: show (line 95), hide (line 213), show (line 109). This happening just for price tab. --- .../default/template/controllers/products/helpers/form/form.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl index 8f8280821..18cf6556c 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl @@ -106,7 +106,6 @@ $(document).ready(function() { - $('#product-tab-content-wait').show(); //product_type = $("input[name=type_product]:checked").val(); if (product_type == product_type_pack) {