]> _ Git - fluidbook-html5.git/commitdiff
WIP #1449 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Fri, 9 Jun 2017 09:45:03 +0000 (11:45 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Fri, 9 Jun 2017 09:45:03 +0000 (11:45 +0200)
js/libs/fluidbook/fluidbook.video.js

index ea464093cfa3f833c576fe68ac1f3a6af99c8324..b7173e8fdf46e1450c51b6ff28aca40bb44d8fe4 100644 (file)
@@ -222,7 +222,7 @@ FluidbookVideo.prototype = {
         });
 
         player.on('pause', function () {
-            fb(id + ' player paused');
+            // fb(id + ' player paused');
 
             // Show play button (ref: http://stackoverflow.com/a/25296575)
             this.bigPlayButton.show();