From d5a383d6bbd2cdf38c79c5899da2754687d75c64 Mon Sep 17 00:00:00 2001 From: Johan Preynat Date: Wed, 28 Sep 2016 10:28:07 +0200 Subject: [PATCH] Update comment --- src/js/theme/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/theme/navigation.js b/src/js/theme/navigation.js index 40436f3..f1ff54f 100644 --- a/src/js/theme/navigation.js +++ b/src/js/theme/navigation.js @@ -361,7 +361,7 @@ function preparePage(resetScroll) { if ($chapters.length > 1) { $scroller.scroll(handleScrolling); } - // Else, only one chapter, set as active + // Else, set only chapter in summary as active else { $activeChapter = $chapters.first(); } -- GitLab