aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-10 19:29:01 -0700
committerfriendica <info@friendica.com>2012-05-10 19:29:01 -0700
commit547007e1993a21347db327f5c030dd1dac60f28f (patch)
treedb1c069036fb741d77d0dc6de1612c815a0466e0 /mod/message.php
parent01b5136007ee853a22205b87433f94640d3aceac (diff)
downloadvolse-hubzilla-547007e1993a21347db327f5c030dd1dac60f28f.tar.gz
volse-hubzilla-547007e1993a21347db327f5c030dd1dac60f28f.tar.bz2
volse-hubzilla-547007e1993a21347db327f5c030dd1dac60f28f.zip
add photos to PM autocomplete, improved appearance
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index 8cfa0256c..29a2fa253 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -18,7 +18,7 @@ function message_init(&$a) {
));
$base = $a->get_baseurl();
- $a->page['htmlhead'] .= '<script src="' . $a->get_baseurl(true) . '/library/jquery_ac/jquery.autocomplete-min.js" ></script>';
+ $a->page['htmlhead'] .= '<script src="' . $a->get_baseurl(true) . '/library/jquery_ac/friendica.complete.js" ></script>';
$a->page['htmlhead'] .= <<< EOT
<script>$(document).ready(function() {