diff options
author | friendica <info@friendica.com> | 2015-01-07 14:39:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-07 14:39:07 -0800 |
commit | 087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef (patch) | |
tree | f731ec2ef4b1977306e18c5dc0491a84f42e423f /view/js/mod_connections.js | |
parent | ce953e2f41c2bf8abdda2584dd84c2bd0175f609 (diff) | |
parent | 8771dee9cf90b9c8f76c1856ea7e5107aab5840e (diff) | |
download | volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.tar.gz volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.tar.bz2 volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/mod_connections.js')
-rw-r--r-- | view/js/mod_connections.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index 8a8f2fee6..f29d96729 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -1,13 +1,5 @@ $(document).ready(function() { - var a; - a = $("#contacts-search").autocomplete({ - serviceUrl: baseurl + '/acl', - minChars: 2, - width: 250, - id: 'contact-search-ac', - }); - a.setOptions({ autoSubmit: true, params: { type: 'a' }}); - + $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true); }); $("#contacts-search").keyup(function(event){ |