do not return false here. it can lead to unresponsive links under certain situations.
This commit is contained in:
parent
1171e1dd9c
commit
cb6c21ce90
@ -63,7 +63,7 @@
|
||||
return;
|
||||
}
|
||||
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' });
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user