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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12439 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-16 15:31:07 +00:00
parent 2e075adda3
commit 90b671a623
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>