mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
make@ tag completion work on /display page
This commit is contained in:
parent
a9ec56ace1
commit
3ca41fc3bd
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ function display_content(&$a) {
|
||||||
|
|
||||||
$o = '<div id="live-display"></div>' . "\r\n";
|
$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] : '');
|
$nick = (($a->argc > 1) ? $a->argv[1] : '');
|
||||||
profile_load($a,$nick);
|
profile_load($a,$nick);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue