aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-21 10:39:16 +1100
committerRedMatrix <info@friendica.com>2014-12-21 10:39:16 +1100
commite075c600d0a6a642da7af7393d55d05fea967119 (patch)
treebb7809689c72a1d646f98c5cda78e72415d0cb53 /view/php/theme_init.php
parent508bd085032943c5dd101af116a041f5bc96553b (diff)
parent92a46c34c7d66415ab2bcd7a03dcc42fc6391af4 (diff)
downloadvolse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.tar.gz
volse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.tar.bz2
volse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.zip
Merge pull request #747 from pafcu/autocomplete
Better contact autocomplete based on jquery-textcomplete
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index f1eaded6a..ff8b54c55 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -12,7 +12,6 @@ head_add_css('view/css/conversation.css');
head_add_css('view/css/widgets.css');
head_add_css('library/justifiedGallery/dist/css/justifiedGallery.css');
-
head_add_js('jquery.js');
head_add_js('jquery-migrate-1.1.1.js');
head_add_js('library/justifiedGallery/dist/js/jquery.justifiedGallery.js');
@@ -22,6 +21,7 @@ head_add_js('spin.js');
head_add_js('jquery.spin.js');
head_add_js('jquery.textinputs.js');
head_add_js('autocomplete.js');
+head_add_js('library/jquery-textcomplete/jquery.textcomplete.js');
head_add_js('library/fancybox/jquery.fancybox-1.3.4.js');
head_add_js('library/jquery.timeago.js');
head_add_js('library/jquery.divgrow/jquery.divgrow-1.3.1.js');