some cleanup of mod-connections to bring it in line with the new architecture
This commit is contained in:
10
view/js/mod_connections.js
Normal file
10
view/js/mod_connections.js
Normal 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' }});
|
||||
|
||||
});
|
Reference in New Issue
Block a user