From 34d7a97ae8a02349bde6f4c79d7d8881b58f5ddf Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Wed, 20 Dec 2017 08:27:46 +0000 Subject: [PATCH] removed empty line --- gui/app/components/document/document-toc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/app/components/document/document-toc.js b/gui/app/components/document/document-toc.js index 89d2f56a..7ba3c421 100644 --- a/gui/app/components/document/document-toc.js +++ b/gui/app/components/document/document-toc.js @@ -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 }); }