Skip to content

Commit

Permalink
Fix unit navigation (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximst authored and oksana-slu committed Aug 22, 2018
1 parent 2e51a1e commit 2c3a677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/lib/xmodule/xmodule/js/src/sequence/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
} else if ((direction === 'previous') && (this.position === 1)) {
goToNextOrPrevious(this.prevUrl);
}
goToNextOrPrevious();
};

Sequence.prototype.link_for = function(position) {
Expand Down

0 comments on commit 2c3a677

Please sign in to comment.