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:
parent
43d3e84573
commit
34d7a97ae8
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ export default Component.extend({
|
||||||
if (id !== '') {
|
if (id !== '') {
|
||||||
let jumpTo = "#page-" + id;
|
let jumpTo = "#page-" + id;
|
||||||
this.set('tab', 'content');
|
this.set('tab', 'content');
|
||||||
|
|
||||||
if (!$(jumpTo).inView()) {
|
if (!$(jumpTo).inView()) {
|
||||||
$(jumpTo).velocity("scroll", { duration: 250, offset: -100 });
|
$(jumpTo).velocity("scroll", { duration: 250, offset: -100 });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue