diff options
author | RedMatrix <info@friendica.com> | 2015-01-05 07:30:07 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-05 07:30:07 +1100 |
commit | ebb1a616849e275111cd24a20d08031aff4c4161 (patch) | |
tree | 72a12265027374eef1fb04a12abaa34c284c7337 /view/tpl/jot-header.tpl | |
parent | cb181993a8c63cca8f13c7890a6ab1544f44676f (diff) | |
parent | ac4c17dd4c4df70b31fd7246108fdbc9d6f2a593 (diff) | |
download | volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.tar.gz volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.tar.bz2 volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.zip |
Merge pull request #816 from pafcu/acl
Autocomplete improvements
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index bdbb7d09c..c23395b03 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,7 @@ function initEditor(cb){ if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); + $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections editor = true; $("a#jot-perms-icon").colorbox({ 'inline' : true, |