diff options
author | friendica <info@friendica.com> | 2014-10-23 22:00:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-23 22:00:16 -0700 |
commit | 1a9b8d4f0c89436d26f3e2e4aafb81c2e62fc8c2 (patch) | |
tree | f10cbcf6bb64fb217071bcc4051772330ba6119e /view/js/main.js | |
parent | 34781433c1fabd7a4992497da5ee475db0ada3a8 (diff) | |
download | volse-hubzilla-1a9b8d4f0c89436d26f3e2e4aafb81c2e62fc8c2.tar.gz volse-hubzilla-1a9b8d4f0c89436d26f3e2e4aafb81c2e62fc8c2.tar.bz2 volse-hubzilla-1a9b8d4f0c89436d26f3e2e4aafb81c2e62fc8c2.zip |
don't offer forum (@name+) completion in comments, since it won't do anything.
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 32db7ccb7..beedb7f01 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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; |