do not return false since it could prevent clicking also when not appropriate.

This commit is contained in:
Mario Vavti 2016-08-24 22:58:02 +02:00
parent a780252552
commit 5c32f42fe9

View File

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