Activer la barre de progression

This commit is contained in:
nono-lqdn 2026-02-05 13:48:51 +01:00
parent 744dd42c48
commit 9847d7c527

View file

@ -4,8 +4,8 @@ const gaugeMax = 200;
const fundraisingTotalMax = 20000; const fundraisingTotalMax = 20000;
async function getGauge() { async function getGauge() {
// REMOVE WHEN SIGNUP FORM IS OPEN // // REMOVE WHEN SIGNUP FORM IS OPEN
return 0; // return 0;
try { try {
const response = await fetch(gauge_url); const response = await fetch(gauge_url);