aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-22 09:44:23 +1100
committerRedMatrix <info@friendica.com>2014-12-22 09:44:23 +1100
commitd00d60d08d9b1d3114b9035faf64e59b589a89c1 (patch)
tree0a849a9130778e99e6acf0089734e65acaadbed6 /view/php/theme_init.php
parent143cb8ed3b9d454d543838a744a6af2c3778a0e5 (diff)
parentb8081624c5160cfda904c2a6fe2e594e8a5b779a (diff)
downloadvolse-hubzilla-d00d60d08d9b1d3114b9035faf64e59b589a89c1.tar.gz
volse-hubzilla-d00d60d08d9b1d3114b9035faf64e59b589a89c1.tar.bz2
volse-hubzilla-d00d60d08d9b1d3114b9035faf64e59b589a89c1.zip
Merge pull request #754 from pafcu/categoryinput
Fancy categories input in editor
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php2
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.