don't offer forum (@name+) completion in comments, since it won't do anything.

This commit is contained in:
friendica
2014-10-23 22:00:16 -07:00
parent 34781433c1
commit 1a9b8d4f0c
3 changed files with 5 additions and 5 deletions

View File

@@ -575,7 +575,7 @@ function updateConvItems(mode,data) {
}
/* autocomplete @nicknames */
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
var bimgs = $(".wall-item-body img").not(function() { return this.complete; });
var bimgcount = bimgs.length;