[-] BO : fix JS errors and redirection issues on product page

This commit is contained in:
tDidierjean
2012-01-16 15:31:07 +00:00
parent ce6c2ff3ee
commit cdfa82fc8b
4 changed files with 35 additions and 31 deletions
@@ -222,6 +222,8 @@
}
});
$(".productTabs a.selected").click();
{if $show_product_tab_content}
$("div.productTabs a[id$=-{$show_product_tab_content}]").click();
{/if}
@@ -100,7 +100,9 @@
</table>
<script type="text/javascript">
displayFlags(languages, id_language, allowEmployeeFormLang);
$(document).ready(function(){
displayFlags(languages, id_language, allowEmployeeFormLang);
});
</script>