rework autocomplete: some cleanup and docu
This commit is contained in:
parent
39a849c113
commit
d0ade828c0
13 changed files with 107 additions and 103 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#recip").name_autocomplete(baseurl + '/acl', '', false, function(data) {
|
||||
$("#recip").name_autocomplete(baseurl + '/acl', 'm', false, function(data) {
|
||||
$("#recip-complete").val(data.id);
|
||||
});
|
||||
});
|
||||
|
|
0
view/templates/nav_head.tpl
Normal file
0
view/templates/nav_head.tpl
Normal file
Loading…
Add table
Add a link
Reference in a new issue