some cleanup of mod-connections to bring it in line with the new architecture

This commit is contained in:
friendica
2012-11-10 02:54:29 -08:00
parent b1042da76c
commit d9917dc8f8
2 changed files with 34 additions and 73 deletions

View File

@@ -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' }});
});