]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Frost-mobile: media query in css for tablets
[friendica.git] / mod / display.php
index d1bb36e438fcde543787ae53f41b47314449c754..92ffd1a7095c7cc1b07bd8de1978f301fb84aa22 100644 (file)
@@ -16,15 +16,7 @@ function display_content(&$a) {
 
        $o = '<div id="live-display"></div>' . "\r\n";
 
-       $a->page['htmlhead'] .= <<<EOT
-<script>
-$(document).ready(function() {
-       $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
-       // make auto-complete work in more places
-       $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
-});
-</script>
-EOT;
+       $a->page['htmlhead'] .= get_markup_template('display-head.tpl');
 
 
        $nick = (($a->argc > 1) ? $a->argv[1] : '');