diff --git a/web/application/views/main.html b/web/application/views/main.html index c520ef4..b5d708b 100644 --- a/web/application/views/main.html +++ b/web/application/views/main.html @@ -6,7 +6,9 @@
Hi there.
-
Skip
+
+
Click here to skip intro and chat with someone
 
+
@@ -43,6 +45,9 @@ } function introText2() { + if (counter == 3) { + document.getElementById("continue").click() + } if (counter <= 2) { $("#find").html(text2[counter]).fadeIn(1500); counter++; @@ -55,7 +60,6 @@ introText2(); }, 3000) } - } introText1();