about summary refs log tree commit diff
path: root/hosted
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-09 16:01:07 +0200
committerEmile <hanemile@protonmail.com>2019-10-09 16:01:07 +0200
commitbd2fcbc088069a6d8c526a9eaf4452e46500f21a (patch)
treebd83b103291a56e82dab390bdfde6d53ea43d907 /hosted
parenta03fb9abdf80a771bd71459cd3751b5cec4b3338 (diff)
added more steps to the spinner
Diffstat (limited to 'hosted')
-rw-r--r--hosted/credentials.html8
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>