From fdfdf2835c336db265593f2dc04fdbf6a2ebd24b Mon Sep 17 00:00:00 2001 From: Raphix Date: Mon, 11 Sep 2023 22:44:21 +0200 Subject: [PATCH] Version 0.9.0h - Ajout du Home Menu V2 --- src/web/public/javascript/__index_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/public/javascript/__index_script.js b/src/web/public/javascript/__index_script.js index fd29e2c..44bb0c7 100644 --- a/src/web/public/javascript/__index_script.js +++ b/src/web/public/javascript/__index_script.js @@ -208,7 +208,7 @@ socket.on("ALWAYS/ALL_RADIO", (resp) => { } - radioToPush.push(`

${title.title} - ${title.author}

`) + radioToPush.push(`

${title.title} - ${title.author}

`) }