From: Vincent Vanwaelscappel Date: Mon, 27 Aug 2018 10:27:40 +0000 (+0200) Subject: fix #2197 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0d2b271352b362d79113f33e462d121c3edeb84c;p=fluidbook-html5.git fix #2197 @0.5 --- diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 85a38b2a..372fc3e8 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -380,6 +380,7 @@ Fluidbook.prototype = { } if (page != $this.currentPage) { $($this).trigger('fluidbook.page.navigation', [page]); + $($this).trigger('changePage', [page]); } if (this.landingpage !== undefined) { this.landingpage.hide();