aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-07 18:57:16 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-07 18:57:16 +0100
commit4e3aadc38a671ebd37d3619ea64f278f5a06f6dc (patch)
tree5148a621e02a7e82e8b0f66c91622c1be59775a7 /view/tpl/jot-header.tpl
parente3d064ff22a69766226766557ff2a5b094c74e27 (diff)
downloadvolse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.gz
volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.bz2
volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.zip
Rename some stuff related to autocomplete
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 8d26fc653..678d16a71 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -11,9 +11,9 @@ function initEditor(cb){
$("#profile-jot-text-loading").spin(false).hide();
$("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
if(typeof channelId === 'undefined')
- $("#profile-jot-text").contact_autocomplete(baseurl+"/acl");
+ $("#profile-jot-text").editor_autocomplete(baseurl+"/acl");
else
- $("#profile-jot-text").contact_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections
+ $("#profile-jot-text").editor_autocomplete(baseurl+"/acl",[channelId]); // Also gives suggestions from current channel's connections
editor = true;
$("a#jot-perms-icon").colorbox({
'inline' : true,