diff options
author | friendica <info@friendica.com> | 2015-01-07 14:39:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-07 14:39:07 -0800 |
commit | 087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef (patch) | |
tree | f731ec2ef4b1977306e18c5dc0491a84f42e423f /view/tpl/display-head.tpl | |
parent | ce953e2f41c2bf8abdda2584dd84c2bd0175f609 (diff) | |
parent | 8771dee9cf90b9c8f76c1856ea7e5107aab5840e (diff) | |
download | volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.tar.gz volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.tar.bz2 volse-hubzilla-087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef.zip |
Merge https://github.com/friendica/red into pending_merge
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> |