Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JSFiles/nava.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function countup() {
function countDown() {
setTimeout(function countandgive()
{
alert("TIME-OUT! You got " +counter+ " Teams!");
alert("Good work anon! You got" +counter+ "masks!");

}, 20000);

Expand Down
4 changes: 1 addition & 3 deletions clickFace.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ <h1 class="page-header">Faces!</h1>

<div style="text-align:center;">
<button class="btn btn-primary" onclick="countDown()">Go!</button>
</div>
<div>
</div>
<script type="text/javascript" src="JSFiles/nava.js"></script>
</div>
</body>
</html>