From 4caa9c342b0e109e00af098cef7e0f4f8f02ee47 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' --- 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)