Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedroza committed Mar 30, 2016
1 parent 93640ac commit 8dd783b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google-places.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
var date = convertTime(reviews[i].time);
html = html+"<div class='review-item'><div class='review-meta'><span class='review-author'>"+reviews[i].author_name+"</span><span class='review-sep'>, </span><span class='review-date'>"+date+"</span></div>"+stars+"<p class='review-text'>"+reviews[i].text+"</p></div>"
};
// Set totals and averages - may be used later.
$element.append(html);
}

Expand Down

0 comments on commit 8dd783b

Please sign in to comment.