diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-07 18:57:16 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-07 18:57:16 +0100 |
commit | 4e3aadc38a671ebd37d3619ea64f278f5a06f6dc (patch) | |
tree | 5148a621e02a7e82e8b0f66c91622c1be59775a7 /view/tpl/display-head.tpl | |
parent | e3d064ff22a69766226766557ff2a5b094c74e27 (diff) | |
download | volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.gz volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.bz2 volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.zip |
Rename some stuff related to autocomplete
Diffstat (limited to 'view/tpl/display-head.tpl')
-rwxr-xr-x | view/tpl/display-head.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/display-head.tpl b/view/tpl/display-head.tpl index 007d33fe8..913784d98 100755 --- a/view/tpl/display-head.tpl +++ b/view/tpl/display-head.tpl @@ -1,8 +1,8 @@ <script> $(document).ready(function() { - $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1"); + $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); // make auto-complete work in more places - $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1"); + $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); }); </script> |