]> _ Git - fluidbook-html5.git/commitdiff
fix #2197 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 Aug 2018 10:27:40 +0000 (12:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 Aug 2018 10:27:40 +0000 (12:27 +0200)
js/libs/fluidbook/fluidbook.js

index 85a38b2a8731e5a2e49c051fc612847022a7e245..372fc3e89e5cf31ce99ded28b4cd51425c412d41 100644 (file)
@@ -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();