]> _ Git - fluidbook-html5.git/commitdiff
Merge remote-tracking branch 'origin/master' into 3dflip
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Nov 2018 16:43:32 +0000 (17:43 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Nov 2018 16:43:32 +0000 (17:43 +0100)
# Conflicts:
# js/libs/fluidbook/fluidbook.js

1  2 
js/libs/fluidbook/fluidbook.js

index 902149c3e687bea8a40506f485d9eb06dfb21e9a,a5d03154c2927bfff8678be19c06aee78d025889..f1f74d3c661e64b3a4fd6efd1432e2b759329260
@@@ -219,17 -201,12 +219,18 @@@ Fluidbook.prototype = 
          this.help = new FluidbookHelp(this);
          this.help.displayAtStartup();
  
 +        // Trigger a resize
          resize();
  
 +        // Trigger ready event
          $(this).trigger('fluidbookready');
          $(this).trigger('fluidbook.ready');
+         $(document).trigger('fluidbook.ready');
 +
 +        // Initial address handling
 +        this.changeAddress();
      },
 +
      loadPlugins: function () {
          $.each(this.datas.plugins, function (k, plugin) {
              try {