From 9816e233f340080986e38154bc8c01fec967b0bb Mon Sep 17 00:00:00 2001 From: JrodManU Date: Thu, 18 Dec 2014 22:10:36 -0500 Subject: [PATCH 1/3] Update CoderClicker.html --- CoderClicker.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoderClicker.html b/CoderClicker.html index 0ac2833..8392f14 100644 --- a/CoderClicker.html +++ b/CoderClicker.html @@ -8,7 +8,7 @@

Coder Clicker

-

Created by @EdwardStarcraft as a webapp demo for a CodeDay workshop! Fork me on GitHub!

+

Created by @EdwardStarcraft as a webapp demo for a CodeDay workshop! Fork me on GitHub!

Tweet about it with the #CoderClicker hashtag! Confused? Scroll down to see the buttons.

{{> leaderboard}} @@ -29,7 +29,7 @@

Coder Clicker

{{#if currentUser}}You ({{user.username}}) have ${{formatCurrency user.money}} and make ${{formatCurrency user.rate}} per second!{{else}}Sign in to play!{{/if}}

- {{loginButtons}}

+ {{loginButtons}}

From 2a399ed789cc2eae9f2b499e911cbe42358aec90 Mon Sep 17 00:00:00 2001 From: JrodManU Date: Thu, 18 Dec 2014 22:13:14 -0500 Subject: [PATCH 2/3] Update CoderClicker.html --- CoderClicker.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CoderClicker.html b/CoderClicker.html index 8392f14..e904406 100644 --- a/CoderClicker.html +++ b/CoderClicker.html @@ -20,7 +20,8 @@

Coder Clicker

UsernameMoneyDollars per Second - +/*Unless it has to do with a large amount of players; +I think tbody is optional. From what I have seen it works with and without.*/ {{#each players}} {{> player}} From 5dd5a7dc457ec231c3a1140a32c5c3295e5fe942 Mon Sep 17 00:00:00 2001 From: JrodManU Date: Thu, 18 Dec 2014 22:14:04 -0500 Subject: [PATCH 3/3] Update CoderClicker.html --- CoderClicker.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoderClicker.html b/CoderClicker.html index e904406..1b1b722 100644 --- a/CoderClicker.html +++ b/CoderClicker.html @@ -20,8 +20,7 @@

Coder Clicker

UsernameMoneyDollars per Second -/*Unless it has to do with a large amount of players; -I think tbody is optional. From what I have seen it works with and without.*/ +//Unless it has to do with a large amount of players; I think tbody is optional. From what I have seen it works with and without. {{#each players}} {{> player}}