Skip to content

Commit

Permalink
MP3's do not work in multi navigator
Browse files Browse the repository at this point in the history
 - Popcorn needs an id of the container div
  • Loading branch information
torinfo committed Aug 30, 2022
1 parent a2bf42b commit c506e09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -295,7 +295,7 @@

// audio
if (fileExt == "mp3") {
$media = $('<div class="navMedia audio"></div>');
$media = $('<div id="navAudio"+i class="navMedia audio"></div>');

$media.data({
source: this.getAttribute("url"),
Expand Down

0 comments on commit c506e09

Please sign in to comment.