So much work

This commit is contained in:
calzoneman 2013-06-11 19:51:00 -04:00
parent 1850f009ff
commit de2294d3ab
5 changed files with 1045 additions and 1039 deletions

View file

@ -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);