diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index 0cde35e5..23608b2e 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -290,7 +290,6 @@ $(document).ready(function() { }); // Open the tab defined in the URL - $('a[href="'+ window.location.hash +'"]').tab('show'); - window.scrollTo(0); + $('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').tab('show'); });