Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Adicionando caminho de áudio
  • Loading branch information
gustavosallesz authored Dec 9, 2024
1 parent d187c28 commit 52a246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function abrirTelaCheia(cartao)

const som = new Audio();
const textoCartao = texto.textContent.toLowerCase();
som.src = `${textoCartao}.mp3`;
som.src = `audios/${textoCartao}.mp3`;

let vezesReproduzidas = 0;

Expand Down

0 comments on commit 52a246e

Please sign in to comment.