Merge remote-tracking branch 'friendica/master'

This commit is contained in:
Fabio Comuni 2011-11-21 13:52:15 +01:00
commit cb05e677a9
9 changed files with 132 additions and 16 deletions

View file

@ -80,7 +80,7 @@ ACPopup.prototype._search = function(){
that.cont.show();
$(data.items).each(function(){
html = "<img src='{0}' height='16px' width='16px'>{1} ({2})".format(this.photo, this.name, this.nick)
that.add(html, this.nick + '+' + this.id + ' - ' + this.link);
that.add(html, this.nick.replace(' ','') + '+' + this.id + ' - ' + this.link);
});
} else {
that.cont.hide();