get rid of the unnecessary blank space after mail recipient completion

This commit is contained in:
redmatrix
2015-10-02 18:12:09 -07:00
parent d337cc6618
commit 7abad2ff99
3 changed files with 36 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
$("#recip").contact_autocomplete(baseurl + '/acl', '', false, function(data) {
$("#recip").name_autocomplete(baseurl + '/acl', '', false, function(data) {
$("#recip-complete").val(data.xid);
});
});