aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/display-head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-07 14:39:07 -0800
committerfriendica <info@friendica.com>2015-01-07 14:39:07 -0800
commit087d6744fcd0c77cf3415b4ce6eaf50cdb63b4ef (patch)
treef731ec2ef4b1977306e18c5dc0491a84f42e423f /view/tpl/display-head.tpl
parentce953e2f41c2bf8abdda2584dd84c2bd0175f609 (diff)
parent8771dee9cf90b9c8f76c1856ea7e5107aab5840e (diff)
downloadvolse-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-xview/tpl/display-head.tpl4
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>