diff options
author | Emile <hanemile@protonmail.com> | 2019-10-09 16:01:07 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-09 16:01:07 +0200 |
commit | bd2fcbc088069a6d8c526a9eaf4452e46500f21a (patch) | |
tree | bd83b103291a56e82dab390bdfde6d53ea43d907 | |
parent | a03fb9abdf80a771bd71459cd3751b5cec4b3338 (diff) |
added more steps to the spinner
-rw-r--r-- | hosted/credentials.html | 8 |
1 files 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); }); </script> </html> |