diff options
author | friendica <info@friendica.com> | 2014-12-21 14:45:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-21 14:45:46 -0800 |
commit | b840c279957667168b400207caff14dc78043994 (patch) | |
tree | ece0b11af5e7055226c566e4aa35ef4a7a781de0 /view/php/theme_init.php | |
parent | 2b3cc585a24cbdf97e8e2382752297bc4f725e12 (diff) | |
parent | c732b72a0dde2c8b4d49e63114c9415f44a8a8d7 (diff) | |
download | volse-hubzilla-b840c279957667168b400207caff14dc78043994.tar.gz volse-hubzilla-b840c279957667168b400207caff14dc78043994.tar.bz2 volse-hubzilla-b840c279957667168b400207caff14dc78043994.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, 2 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index ff8b54c55..f28f9aa8d 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -11,6 +11,7 @@ head_add_css('library/colorbox/colorbox.css'); 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_css('library/bootstrap-tagsinput/bootstrap-tagsinput.css'); head_add_js('jquery.js'); head_add_js('jquery-migrate-1.1.1.js'); @@ -41,6 +42,7 @@ head_add_js('crypto.js'); head_add_js('library/jslider/bin/jquery.slider.min.js'); head_add_js('docready.js'); head_add_js('library/colorbox/jquery.colorbox-min.js'); +head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js'); /** * Those who require this feature will know what to do with it. |