Skip to content

Commit

Permalink
fixed checkin message
Browse files Browse the repository at this point in the history
  • Loading branch information
calderonroberto committed Feb 12, 2015
1 parent 10d8bb0 commit aca164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function initState () {
function checkCheckinEvents(json) {
if (json!=undefined && json[0]!=undefined){
$("#checkin-notice").empty();
$("#checkin-notice").append("<div class='checkin-notice-person'>"+json[0].info.user_name + " just watered the garden!</div>");
$("#checkin-notice").append("<div class='checkin-notice-person'>"+json[0].info.user_name + " just checked in!</div>");
$("#checkin-notice").fadeIn("slow", function(){
//when done
setTimeout(function() {
Expand Down

0 comments on commit aca164b

Please sign in to comment.