make@ tag completion work on /display page

This commit is contained in:
Friendika 2011-11-02 20:38:19 -07:00
parent a9ec56ace1
commit 3ca41fc3bd
1 changed files with 3 additions and 0 deletions

View File

@ -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);