1
0
Fork 0

rework autocomplete: css work

This commit is contained in:
rabuzarus 2016-01-21 13:28:29 +01:00
commit e3475bd587
20 changed files with 460 additions and 36 deletions

View file

@ -44,7 +44,7 @@ if(plaintext != 'none') {
});
}
else
$("#prvmail-text").contact_autocomplete(baseurl+"/acl");
$("#prvmail-text").editor_autocomplete(baseurl+"/acl");
</script>