aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/msg-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/msg-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/msg-header.tpl')
-rwxr-xr-xview/tpl/msg-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl
index 85fa51b0a..e1d1c6d23 100755
--- a/view/tpl/msg-header.tpl
+++ b/view/tpl/msg-header.tpl
@@ -41,7 +41,7 @@ if(plaintext != 'none') {
});
}
else
- $("#prvmail-text").contact_autocomplete(baseurl+"/acl");
+ $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
</script>