mirror of
https://github.com/appen-isen/site-interpromo-2024.git
synced 2026-01-18 16:37:30 +01:00
WOLOLO ça passe
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
console.log("Backend match start loading...");
|
||||
import pb from './login.js'
|
||||
|
||||
pb.autoCancellation(false);
|
||||
|
||||
let matchList = await pb.collection('match').getFullList({
|
||||
sort: '+heure_debut',
|
||||
expand: 'team1,team2,sport',
|
||||
@@ -657,7 +659,6 @@ if (window.location.href.includes("index.html") || window.location.href === "htt
|
||||
//alert("Bonjour Madame Daniau");
|
||||
}
|
||||
|
||||
// Add event listeners for voting buttons
|
||||
// Add event listeners for voting buttons
|
||||
matchList.forEach(record => {
|
||||
const voteTeam1Button = document.getElementById(`voteTeam1${record.id}`);
|
||||
|
||||
Reference in New Issue
Block a user