foreveralone

foreveralone Commit Details


Date:2016-03-06 17:26:31 (8 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:ea73bb9b3948f65d60f5cd1227723d5edd064ac6
Parents: 15079e142941fea65ab5085e0d3ba506e57377ba
Message:Issue 132: Add a big button for people to join the chat

Changes:

File differences

web/application/views/main.html
66
77
88
9
9
10
11
1012
1113
1214
......
4345
4446
4547
48
49
50
4651
4752
4853
......
5560
5661
5762
58
5963
6064
6165
<div id="intro" class="intro-text">
Hi there.
</div>
<div style="text-align: center"><a href="./main/info">Skip</a></div>
<div style="text-align: center">
<a id="continue" href="./main/info" class="btn btn-primary btn-lg active" role="button"><br>Click here to skip intro and chat with someone<br>&nbsp;</a>
</div>
</div>
}
function introText2() {
if (counter == 3) {
document.getElementById("continue").click()
}
if (counter <= 2) {
$("#find").html(text2[counter]).fadeIn(1500);
counter++;
introText2();
}, 3000)
}
}
introText1();

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05533s using 20 queries.