rework autocomplete: initial commit
This commit is contained in:
parent
a1eb7a8791
commit
16e4e94b29
8 changed files with 1325 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue