aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-30 21:28:59 -0700
committerMario Vavti <mario@mariovavti.com>2017-06-07 09:28:54 +0200
commit84c04cfe1c2ccb95067bc118a16cd70ce2c6ee05 (patch)
tree3800f7af030136d35b5d6af5e5c4fef8737b15c6 /view/php
parent1925f2dec29ab08269b5e72b786b4d0f528870d7 (diff)
downloadvolse-hubzilla-84c04cfe1c2ccb95067bc118a16cd70ce2c6ee05.tar.gz
volse-hubzilla-84c04cfe1c2ccb95067bc118a16cd70ce2c6ee05.tar.bz2
volse-hubzilla-84c04cfe1c2ccb95067bc118a16cd70ce2c6ee05.zip
remove text_highlight css load from core
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 869b97473..ff37023cf 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,7 +10,6 @@ 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.min.css');
-head_add_css('/library/Text_Highlighter/sample.css');
head_add_js('jquery.js');
head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js');