diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-26 12:38:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-26 12:38:25 +0200 |
commit | fe4defe752a7a22e7d59483fde75b779ee78c3a4 (patch) | |
tree | c6c6bf906bde12334dae9f57608fd7717e238e3d /view/php | |
parent | 09666ae8e9d7195c4b839abd9b10ae23ff783558 (diff) | |
download | volse-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.php | 3 |
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'); |