]> _ Git - fluidbook-html5.git/commitdiff
Merge remote-tracking branch 'origin/master' into printing
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 5 Dec 2018 16:00:37 +0000 (17:00 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 5 Dec 2018 16:00:37 +0000 (17:00 +0100)
1  2 
js/libs/fluidbook/fluidbook.js
js/libs/fluidbook/fluidbook.menu.js
js/libs/fluidbook/fluidbook.nav.js
style/fluidbook.less

index 80a259bdb244454d6807c986fe1f4cecd759e5e8,bbcaae572112aaa7d259a0dbd77fcb5d0c005461..f21e106748abe1bb63bbcab8f14af7722467b383
@@@ -55,9 -61,7 +61,8 @@@ Fluidbook.prototype = 
          this.audiodescription = new FluidbookAudioDescription(this);
          this.sound = new FluidbookSound(this);
          this.slideshow = new FluidbookSlideshow(this);
 +        this.printing = new FluidbookPrint(this);
  
          if (this.datas.basket) {
              this.cart = new FluidbookCart(this);
          }
Simple merge
Simple merge
index 3753797118fa2c9502a496131b1752ab5a82009b,81f2bb0f677126b2510588235a6516b005dc7815..25429ac07d645002892d6c0bdc69e13a13fd022c
@@@ -2932,6 -3092,12 +3092,14 @@@ body > input 
        }
  }
  
 +@import "print.less";
 +
  @import "additional.less";
+ #pscanvas {
+       visibility: hidden;
+ }
+ #loadedcontents {
+       display: none;
+ }