aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/display-head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/display-head.tpl')
-rwxr-xr-xview/tpl/display-head.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/display-head.tpl b/view/tpl/display-head.tpl
new file mode 100755
index 000000000..913784d98
--- /dev/null
+++ b/view/tpl/display-head.tpl
@@ -0,0 +1,8 @@
+<script>
+$(document).ready(function() {
+ $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
+ // make auto-complete work in more places
+ $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
+});
+</script>
+