[-] BO : fix bug #PSCFV-2307 - multishop: product modification applied to the wrong shop caused by race condition with ajax calls

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15300 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-15 08:34:07 +00:00
parent de57acf6fe
commit 5fd6bf99d7
3 changed files with 41 additions and 19 deletions
@@ -148,7 +148,7 @@
}
// if the tab has not already been loaded, load it now
tabs_manager.display(id, true, 0, null);
tabs_manager.display(id, true);
tabs_manager.onLoad(id, function(){
$("#product-tab-content-"+id).show(0, function(){
@@ -208,8 +208,7 @@
{/foreach}
// Recursively load tabs starting with the first element of stack
tabs_manager.display(tabs_to_preload[0], false, 0, tabs_to_preload);
tabs_manager.displayBulk(tabs_to_preload);
$('.productTabs').show();
$('#product_form').show();
$('#product-tab-content-wait').hide();