do not return false since it could prevent clicking also when not appropriate.
This commit is contained in:
parent
a780252552
commit
5c32f42fe9
@ -75,7 +75,7 @@
|
||||
return;
|
||||
}
|
||||
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' });
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user