]> _ Git - fluidbook-html5.git/commitdiff
wait #5484 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Sep 2022 08:07:38 +0000 (10:07 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 30 Sep 2022 08:08:28 +0000 (10:08 +0200)
js/libs/fluidbook/fluidbook.stats.js
style/videojs/videojs.less

index 34f123809423fece396ed8c4605284026e56f39c..6d8f01a10d96a77e9cb1668335caf01f314f8f11 100644 (file)
@@ -304,7 +304,6 @@ FluidbookStats.prototype = {
     },
 
     _ga: function (a0, a1, a2, a3, a4) {
-        console.log('_ga', a0, a1, a2, a3, a4);
         var args = Array.prototype.slice.call(arguments);
         if (this.ga === 'gtm') {
             var dl = {};
index 5d6686d342d72399b2f7217f817b0a4dd211ba40..9eaca9a24b4af839193b270acbab800849582af0 100644 (file)
   background-repeat: no-repeat;
   background-size: contain;
 
+  pointer-events: none;
+
   .vjs-icon-placeholder {
     display: none;
   }
 }
 
+.vjs-youtube.vjs-fluidbook-skin .vjs-big-play-button {
+  pointer-events: none;
+}
+
+
 // Allow play button to be redisplayed when video is paused
 .vjs-paused.vjs-has-started .vjs-big-play-button {
   display: block;