diff options
author | friendica <info@friendica.com> | 2013-03-03 23:38:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-03 23:38:08 -0800 |
commit | 4cfbdfa6dbed878565bab5172efaf67c8fda0886 (patch) | |
tree | 7173be75fb4b03f36eb91358bfe563a544d695fd /view | |
parent | 1aa7561a2ca63bd0989e94e9f62ae1e96e74b91d (diff) | |
download | volse-hubzilla-4cfbdfa6dbed878565bab5172efaf67c8fda0886.tar.gz volse-hubzilla-4cfbdfa6dbed878565bab5172efaf67c8fda0886.tar.bz2 volse-hubzilla-4cfbdfa6dbed878565bab5172efaf67c8fda0886.zip |
cleanup affinity tool
Diffstat (limited to 'view')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 68d6e4cd1..538e834d0 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -7,7 +7,7 @@ require_once('include/plugin.php'); head_add_css('library/fancybox/jquery.fancybox-1.3.4.css'); head_add_css('library/tiptip/tipTip.css'); head_add_css('library/jgrowl/jquery.jgrowl.css'); -head_add_css('library/jslider/bin/jquery.slider.min.css'); +head_add_css('library/jslider/css/jslider.css'); head_add_js('js/jquery.js'); head_add_js('js/jquery.textinputs.js'); |