mirror of
https://github.com/appen-isen/site-interpromo-2024.git
synced 2026-03-18 21:40:39 +01:00
Fix when a match is finish move to the bottom V2
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user