Fix #121
This commit is contained in:
parent
46fa93c35d
commit
27cfbcb61a
3 changed files with 7 additions and 6 deletions
|
|
@ -466,10 +466,10 @@ Callbacks = {
|
|||
text += "s";
|
||||
}
|
||||
$("#drinkcount").text(text);
|
||||
$(".drinkbar").show();
|
||||
$("#drinkbar").show();
|
||||
}
|
||||
else {
|
||||
$(".drinkbar").hide();
|
||||
$("#drinkbar").hide();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue