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

This commit is contained in:
tDidierjean
2011-12-30 15:28:57 +00:00
parent ac02e85010
commit acdedffc71
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
{