Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl - Rename module path to /search/acl
This commit is contained in:
parent
c5563e5e78
commit
8f20e2054b
21 changed files with 396 additions and 378 deletions
|
@ -19,7 +19,7 @@ function initEditor(callback) {
|
|||
$("#profile-jot-text-loading").show();
|
||||
$("#profile-jot-text-loading").hide();
|
||||
$("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
|
||||
$("#profile-jot-text").editor_autocomplete(baseurl+"/acl");
|
||||
$("#profile-jot-text").editor_autocomplete(baseurl + '/search/acl');
|
||||
$("#profile-jot-text").bbco_autocomplete('bbcode');
|
||||
$("a#jot-perms-icon").colorbox(colorbox_options);
|
||||
$(".jothidden").show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue