This commit is contained in:
2026-03-01 19:29:21 +01:00
parent 6aea41d765
commit 6e2dad9a82
208 changed files with 36579 additions and 2101 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function () {
const resultsList = document.getElementById('results');
// Charger le fichier CSV
fetch('Liste karaoké 2024.csv')
fetch('Liste karaoké 2026.csv')
.then(response => response.text())
.then(data => {
const lines = data.split('\n');
@@ -30,4 +30,4 @@ function search(query) {
});
})
.catch(error => console.error('Erreur de chargement du fichier :', error));
});
});