From 7b6ceb651802ecab2fbba1c3d980b746e57c335a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 2 Apr 2023 17:59:42 +0200 Subject: [PATCH] fix file type --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5030a15..8c1e55c 100644 --- a/index.js +++ b/index.js @@ -210,7 +210,7 @@ function showImages(word) { for (let i = 0 ; i < tmp_tabl.length; i++) { let imagepath = prefix + "images/" + tmp_tabl[i] + ".png"; let letterpath = prefix + "letters/" + tmp_tabl[i] + ".png"; - let audiopath = prefix + "audio/" + tmp_tabl[i] + ".ogg"; + let audiopath = prefix + "audio/" + tmp_tabl[i] + ".mp3"; images.push( "
" +