[-] BO : fix JS errors and redirection issues on product page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user