diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-30 21:28:59 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-30 21:28:59 -0700 |
commit | 909e618f6ce5638e8205873aeb9a214a52cb379d (patch) | |
tree | 29ce25026b6d4877ec90c5f2b58e27d897fd4590 /view | |
parent | c492573429818383000eef86c57cfcb3b1bbf846 (diff) | |
download | volse-hubzilla-909e618f6ce5638e8205873aeb9a214a52cb379d.tar.gz volse-hubzilla-909e618f6ce5638e8205873aeb9a214a52cb379d.tar.bz2 volse-hubzilla-909e618f6ce5638e8205873aeb9a214a52cb379d.zip |
remove text_highlight css load from core
Diffstat (limited to 'view')
-rw-r--r-- | view/php/theme_init.php | 1 |
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'); |