diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
commit | 9a7e8f4d68ad460767800a6a9db922a3c10fc6d9 (patch) | |
tree | f9cad3c58e5c2851ce9e4e32a0a0686155d82bde /view/php/theme_init.php | |
parent | 7b445a5b39b887135854ba1b9aa6d9867d584ae5 (diff) | |
parent | 00a95f4b91711cc28c9b170cfdc8ea6626d803a6 (diff) | |
download | volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.gz volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.bz2 volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/php/theme_init.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'); |