From 43ba7bcc39e5c5f11d405f05672f846f1d91c8aa Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 24 Oct 2018 10:46:19 +0200 Subject: [PATCH] done #2299 @0.5 --- js/libs/fluidbook/menu/fluidbook.index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/menu/fluidbook.index.js b/js/libs/fluidbook/menu/fluidbook.index.js index b7c36136..473860d3 100644 --- a/js/libs/fluidbook/menu/fluidbook.index.js +++ b/js/libs/fluidbook/menu/fluidbook.index.js @@ -34,7 +34,7 @@ FluidbookIndex.prototype = { var increment = this.singleMode ? 1 : 2; var start = this.singleMode ? 1 : 0; - for (var i = 0; i <= this.fluidbook.contentlock.getMaxPage(); i += 2) { + for (var i = start; i <= this.fluidbook.contentlock.getMaxPage(); i += increment) { var pages = []; j = i + 1; ix1 = ''; -- 2.39.5