diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-11-07 18:41:56 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-11-08 16:39:26 +0100 |
commit | 300d461a1ae979c916ac2a5daa3a1e076b8a6a89 (patch) | |
tree | efddb9b4d2585b53bdee39f17c937fb3e6e95702 /view | |
parent | e516c1352f00dbc374f4ea35da06a9ab4ac4ccae (diff) | |
download | volse-hubzilla-300d461a1ae979c916ac2a5daa3a1e076b8a6a89.tar.gz volse-hubzilla-300d461a1ae979c916ac2a5daa3a1e076b8a6a89.tar.bz2 volse-hubzilla-300d461a1ae979c916ac2a5daa3a1e076b8a6a89.zip |
Remove obsolete and unused tiptip library
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 821e9b46e..f4083b3ff 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -2,7 +2,6 @@ require_once('include/plugin.php'); -head_add_css('/library/tiptip/tipTip.css'); head_add_css('/library/jRange/jquery.range.css'); head_add_css('/view/css/conversation.css'); |