From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 15:52:13 +0000 (+0200) Subject: wait #5182 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1c977f2cee3cf5e0c415fb74f67a8f22ca5cfc44;p=Animations.git wait #5182 --- 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) {