From: Vincent Vanwaelscappel Date: Wed, 22 Aug 2018 14:59:08 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/master' into 3dflip X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=81153336e658c65d06ea2458ec99258787fd22a0;p=fluidbook-html5.git Merge remote-tracking branch 'origin/master' into 3dflip --- 81153336e658c65d06ea2458ec99258787fd22a0 diff --cc js/libs/fluidbook/fluidbook.js index c83e96d8,c704aa32..fced84d6 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@@ -108,10 -101,13 +108,13 @@@ Fluidbook.prototype = this.initTheme(); this.initKeyboardShortcuts(); + this.initLoading(); }, - setMaxPage: function (p) { + setMaxPage: function (p, allowbackwards) { + if (allowbackwards === undefined) { + allowbackwards = false; + } if (p === undefined || p <= 0) { p = this.datas.pages; }