1
0
Fork 0

rework autocomplete: initial commit

This commit is contained in:
rabuzarus 2016-01-19 18:11:40 +01:00
commit 16e4e94b29
8 changed files with 1325 additions and 6 deletions

View file

@ -12,7 +12,7 @@ function initEditor(cb){
if(plaintext == 'none') {
$("#profile-jot-text-loading").hide();
$("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
$("#profile-jot-text").contact_autocomplete(baseurl+"/acl");
$("#profile-jot-text").editor_autocomplete(baseurl+"/acl");
editor = true;
$("a#jot-perms-icon").colorbox({
'inline' : true,