Fix #30 : Mise en page des barres de progressions #31
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue