From bd2fcbc088069a6d8c526a9eaf4452e46500f21a Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 9 Oct 2019 16:01:07 +0200 Subject: added more steps to the spinner --- hosted/credentials.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosted/credentials.html b/hosted/credentials.html index 5e5da0f..2200125 100644 --- a/hosted/credentials.html +++ b/hosted/credentials.html @@ -73,16 +73,16 @@ $("#before-b-text").text("adding the container to the circus network"); }, 4000); setTimeout(function() { - $("#before-b-text").text("fetching certificates"); + $("#before-b-text").text("starting the companion frontend"); }, 6000); setTimeout(function() { - $("#before-b-text").text("HACK THE PLANET!"); - }, 6000); + $("#before-b-text").text("loading challenges"); + }, 8000); setTimeout(function() { $("#before-a").hide(); $("#before-b").hide(); $("#after").show(); - }, 10000); + }, 12000); }); -- cgit 1.4.1