From d9917dc8f89a5a14820820ed399371b24afd63f7 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 10 Nov 2012 02:54:29 -0800 Subject: some cleanup of mod-connections to bring it in line with the new architecture --- view/js/mod_connections.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/js/mod_connections.js (limited to 'view/js') diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js new file mode 100644 index 000000000..1880222bc --- /dev/null +++ b/view/js/mod_connections.js @@ -0,0 +1,10 @@ +$(document).ready(function() { + var a; + a = $("#contacts-search").autocomplete({ + serviceUrl: baseurl + '/acl', + minChars: 2, + width: 350, + }); + a.setOptions({ params: { type: 'a' }}); + +}); -- cgit v1.2.3