Fix scrolling on home page

This commit is contained in:
Hanzei 2018-06-15 13:31:36 +02:00
parent 7e801f02a3
commit 9e2c5ada51
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

@ -127,7 +127,7 @@
<!-- Bitty scrolling links script -->
<script>
$('a[href^="#"]').click(function(e) {
$('a[href^="/#"]').click(function(e) {
e.preventDefault();
var target = this.hash;
$('html, body').animate({