From 1c977f2cee3cf5e0c415fb74f67a8f22ca5cfc44 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 17:52:13 +0200 Subject: [PATCH] wait #5182 --- ThermofisherProgressbar/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThermofisherProgressbar/index.html b/ThermofisherProgressbar/index.html index ff24990..a8e9150 100644 --- a/ThermofisherProgressbar/index.html +++ b/ThermofisherProgressbar/index.html @@ -37,7 +37,7 @@ function update() { var x = [0, 32.5, 57.3, 82, 107.2, 132, 157, 182, 215]; - var coins = 4; + var coins = 0; try { coins = Math.max(0, Math.min(x.length - 1, parseInt(parent.fluidbook.gamify.getTotalCoins('S')))); } catch (e) { -- 2.39.5