So much work
This commit is contained in:
parent
1850f009ff
commit
de2294d3ab
5 changed files with 1045 additions and 1039 deletions
|
|
@ -466,9 +466,10 @@ Callbacks = {
|
|||
},
|
||||
|
||||
drinkCount: function(count) {
|
||||
console.log(count);
|
||||
if(count != 0) {
|
||||
var text = count + " drink";
|
||||
if(data.count != 1) {
|
||||
if(count != 1) {
|
||||
text += "s";
|
||||
}
|
||||
$("#drinkcount").text(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue