Fix when a match is finish move to the bottom V2

This commit is contained in:
2023-11-07 19:16:08 +01:00
parent c6415ffec0
commit c150792a7a

View File

@@ -82,6 +82,7 @@ if(window.location.href.includes("arbitrage.html")){
const container = document.getElementById('cardContainer');
const card = document.createElement('div');
card.className = "card my-3";
card.id = "card" + record.id;
//Affichage de l'heure de début du match
const cardHeader = document.createElement('div');
cardHeader.className = "card-header text-center bg-light-subtle text-emphasis-light";