aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-26 12:38:25 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-26 12:38:25 +0200
commitfe4defe752a7a22e7d59483fde75b779ee78c3a4 (patch)
treec6c6bf906bde12334dae9f57608fd7717e238e3d /view/php
parent09666ae8e9d7195c4b839abd9b10ae23ff783558 (diff)
downloadvolse-hubzilla-fe4defe752a7a22e7d59483fde75b779ee78c3a4.tar.gz
volse-hubzilla-fe4defe752a7a22e7d59483fde75b779ee78c3a4.tar.bz2
volse-hubzilla-fe4defe752a7a22e7d59483fde75b779ee78c3a4.zip
upgrade to textcomplete (jquery.textcomplete is discontinued), enable built-in cache and unify to start lookup after 3 characters
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index f2c46da28..dd8dcb5ee 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -15,9 +15,8 @@ head_add_js('jquery.js');
head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js');
head_add_js('/library/sprintf.js/dist/sprintf.min.js');
-//head_add_js('jquery.textinputs.js');
+head_add_js('/library/textcomplete/textcomplete.min.js');
head_add_js('autocomplete.js');
-head_add_js('/library/jquery-textcomplete/jquery.textcomplete.js');
head_add_js('/library/jquery.timeago.js');
head_add_js('/library/readmore.js/readmore.js');