]> _ Git - fluidbook-html5.git/commitdiff
wait #7113 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Oct 2024 15:15:52 +0000 (17:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Oct 2024 15:15:52 +0000 (17:15 +0200)
js/libs/fluidbook/fluidbook.audioplayer.js

index 5771cd76fe8bac03fb4609b4f96031f362b6c06e..84a42d2208f7c93e26b41d8afbb7ad9c34423183 100644 (file)
@@ -35,7 +35,7 @@ FluidbookAudioPlayer.prototype = {
         $('audio.twostatesicon').each(function () {
             $this.initTwoStatesIconPlayer(this);
         });
-        $('audio.invisible').each(function () {
+        $('audio.invisible,audio.native').each(function () {
             $this.initInvisiblePlayer(this);
         });
     },