diff options
author | friendica <info@friendica.com> | 2014-12-20 15:42:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-20 15:42:44 -0800 |
commit | 148f0eb4aed6fdbec62f50d87e6db0c8df35fe28 (patch) | |
tree | 16cbf075a0f3be7eb100ad9c44c70ebd9d44f3f5 /view/php/theme_init.php | |
parent | ce032531dc63e2be232477bca11bac3aa3dfe314 (diff) | |
parent | 9684d682aef5a3fb869498522a6740bb4d721839 (diff) | |
download | volse-hubzilla-148f0eb4aed6fdbec62f50d87e6db0c8df35fe28.tar.gz volse-hubzilla-148f0eb4aed6fdbec62f50d87e6db0c8df35fe28.tar.bz2 volse-hubzilla-148f0eb4aed6fdbec62f50d87e6db0c8df35fe28.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 2 |
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'); |