1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00

removed empty line

This commit is contained in:
Harvey Kandola 2017-12-20 08:27:46 +00:00
parent 43d3e84573
commit 34d7a97ae8

View file

@ -251,7 +251,6 @@ export default Component.extend({
if (id !== '') {
let jumpTo = "#page-" + id;
this.set('tab', 'content');
if (!$(jumpTo).inView()) {
$(jumpTo).velocity("scroll", { duration: 250, offset: -100 });
}