aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-19 03:08:16 -0800
committerfriendica <info@friendica.com>2011-11-19 03:08:16 -0800
commit4f4a873da80c01e14007303a46bd8d98c7eaa8c6 (patch)
tree417be0a06648b75432f5a6e56784a82ef7f3e57b
parent72dd6457b014e504c79dbe494ac6095cadd9b942 (diff)
parentd4911f15e97123590ad6ecdfd32c84a334134528 (diff)
downloadvolse-hubzilla-4f4a873da80c01e14007303a46bd8d98c7eaa8c6.tar.gz
volse-hubzilla-4f4a873da80c01e14007303a46bd8d98c7eaa8c6.tar.bz2
volse-hubzilla-4f4a873da80c01e14007303a46bd8d98c7eaa8c6.zip
Merge branch 'master' into groups
-rw-r--r--js/fk.autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fk.autocomplete.js b/js/fk.autocomplete.js
index 545fd1645..85b51baeb 100644
--- a/js/fk.autocomplete.js
+++ b/js/fk.autocomplete.js
@@ -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();