From 68f2cb80fb8302dd3b444722fee1f8bd8473ca7a Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 17 Nov 2011 09:06:43 +0000 Subject: [PATCH] // fix adminproduct removing trailing 'loading' git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10196 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/products/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl index fefe7b3d6..c1358b96f 100644 --- a/admin-dev/themes/template/products/form.tpl +++ b/admin-dev/themes/template/products/form.tpl @@ -81,7 +81,6 @@ $(document).ready(function(){ async : true, success :function(data) { - $("#product-tab-content-wait").hide(); $("#product-tab-content-"+id).html(data); $("#product-tab-content-"+id).removeClass('not-loaded'); $("#product-tab-content-"+id).show(); @@ -94,6 +93,7 @@ $(document).ready(function(){ $("#product-tab-content-"+id).show(); $("#link-"+id).addClass('selected'); } + $("#product-tab-content-wait").hide(); var languages = new Array(); if (id == 3)