Skip to content

Commit 73265a1

Browse files
committed
remove dead code
1 parent 0179fb3 commit 73265a1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,7 @@
621621
next = $('.fp-section').first();
622622
}
623623

624-
if(next.length > 0 ||
625-
(!next.length &&
626-
(options.loopBottom || options.continuousVertical))){
624+
if(next.length){
627625
scrollPage(next, null, false);
628626
}
629627
};

jquery.fullPage.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)