do not return false here. it can lead to unresponsive links under certain situations.

This commit is contained in:
Mario Vavti 2017-03-24 10:09:02 +01:00
parent 1171e1dd9c
commit cb6c21ce90

View File

@ -63,7 +63,7 @@
return;
}
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' });
return false;
return;
}
</script>