added separation between names

This commit is contained in:
jeena 2013-09-05 00:47:58 +02:00
parent ff09134479
commit 52bc494109
2 changed files with 4 additions and 2 deletions

View file

@ -403,6 +403,10 @@ li.mentioned {
font-weight: bold;
}
.name + .name:before {
content: ", ";
}
.message {
clear: right;
}

View file

@ -266,8 +266,6 @@ function(jQuery, APICalls, URI, HostApp, Markdown) {
this.parseForMedia(text, template.images);
text = text.escapeHTML().replace(/\n/g, "<br>");
var entities = [status.entity];
if (status.mentions) {
status.mentions.map(function (mention) {