aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php
index 281ce1dd4..761eb4997 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -15,6 +15,9 @@ function display_content(&$a) {
$o = '<div id="live-display"></div>' . "\r\n";
+ $a->page['htmlhead'] .= '<script>$(document).ready(function() { $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); });</script>';
+
+
$nick = (($a->argc > 1) ? $a->argv[1] : '');
profile_load($a,$nick);