aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-27 11:52:59 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-27 11:52:59 +0100
commitb59e2870ab47dab424d043dd51f70d427d92d7a5 (patch)
tree8b35bb51d3f6132750a20a70289006b121840c01 /view/php/theme_init.php
parent1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (diff)
downloadvolse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.gz
volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.bz2
volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.zip
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index b695bd54e..8168eb2c0 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,9 +10,9 @@ head_add_css('view/css/conversation.css');
head_add_css('view/css/widgets.css');
head_add_css('view/css/colorbox.css');
head_add_css('library/justifiedGallery/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');
+//head_add_js('jquery-migrate-1.1.1.js');
head_add_js('library/justifiedGallery/jquery.justifiedGallery.js');
//head_add_js('jquery-compat.js');
@@ -21,13 +21,13 @@ 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/colorbox/jquery.colorbox.js');
+//head_add_js('library/colorbox/jquery.colorbox.js');
head_add_js('library/jquery.timeago.js');
head_add_js('library/readmore.js/readmore.js');
-head_add_js('library/jquery_ac/friendica.complete.js');
-head_add_js('library/tiptip/jquery.tipTip.minified.js');
+//head_add_js('library/jquery_ac/friendica.complete.js');
+//head_add_js('library/tiptip/jquery.tipTip.minified.js');
head_add_js('library/jgrowl/jquery.jgrowl_minimized.js');
-head_add_js('library/tinymce/jscripts/tiny_mce/tiny_mce.js');
+//head_add_js('library/tinymce/jscripts/tiny_mce/tiny_mce.js');
head_add_js('library/cryptojs/components/core-min.js');
head_add_js('library/cryptojs/rollups/aes.js');
head_add_js('library/cryptojs/rollups/rabbit.js');
@@ -38,9 +38,9 @@ head_add_js('webtoolkit.base64.js');
head_add_js('main.js');
head_add_js('crypto.js');
head_add_js('library/jRange/jquery.range.js');
-head_add_js('docready.js');
+//head_add_js('docready.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
-head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js');
+
head_add_js('library/jquery.AreYouSure/jquery.are-you-sure.js');
head_add_js('library/tableofcontents/jquery.toc.js');