]> _ Git - fluidbook-html5.git/commitdiff
Merge remote-tracking branch 'origin/master' into 3dflip
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Jan 2019 16:25:34 +0000 (17:25 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Jan 2019 16:25:34 +0000 (17:25 +0100)
1  2 
js/libs/fluidbook/fluidbook.js
js/libs/fluidbook/fluidbook.nav.js
js/libs/fluidbook/fluidbook.pagetransitions.js
style/fluidbook.less

Simple merge
index 100417429329f2aed720d536de96d4f850c03ef0,e6c16a57800992f23e1befc30a3be000d53534ec..2092bae6120f3494fe685ef787870593f1742f17
@@@ -662,9 -655,38 +662,9 @@@ FluidbookNav.prototype = 
              $this.openSearch();
          });
  
 -
 -        if (this.fluidbook.support.fullscreen) {
 -            // Full screen toggle
 -            $(document).on('click', '.icon-fullscreen', function () {
 -                $this.menuAPI.close();
 -                screenfull.toggle();
 -                return false;
 -            });
 -
 -
 -            // Toggle icon on fullscreen change (also handles exiting via ESC key)
 -            screenfull.on('change', function () {
 -                resize();
 -                // Slight delay to stop icon state flickering during fullscreen transition
 -                setTimeout(function () {
 -                    if (screenfull.isFullscreen) {
 -                        $('.icon-fullscreen').addClass('active');
 -                    } else {
 -                        $('.icon-fullscreen').removeClass('active');
 -                    }
 -                    resize();
 -                }, 250);
 -
 -                setTimeout(function () {
 -                    resize();
 -                }, 1000);
 -            });
 -        }
 -
          // Share icon
          $(document).on('click', '.icon-share', function () {
-             if ($this.fluidbook.datas.phonegap != 'android') {
+             if ($this.fluidbook.datas.phonegap !== 'android') {
                  return true;
              }
              $this.fluidbook.share.intentShare();
Simple merge