// BO - Fix bug where the current product tab is loaded twice

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11947 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-30 15:28:57 +00:00
parent d322d6cbf5
commit 3d54800f89
2 changed files with 9 additions and 4 deletions
@@ -178,8 +178,7 @@
}
$("#product-tab-content-wait").show();
if ($("#product-tab-content-"+id).hasClass('not-loaded'))
if ($("#product-tab-content-"+id).hasClass('not-loaded') && !$("#product-tab-content-"+id).hasClass('loading'))
displayTabProductById(this, id, true);
else
{