Update settings.php
This commit is contained in:
parent
4e69194e8e
commit
ba712d59dd
@ -352,8 +352,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Open the tab defined in the URL
|
// Open the tab defined in the URL
|
||||||
$('a[href="'+ window.location.hash +'"]').tab('show');
|
$('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').tab('show');
|
||||||
window.scrollTo(0);
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user