aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 9a545470f..5987835ac 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -5,7 +5,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/css/jslider.css');
+head_add_css('library/jRange/jquery.range.css');
head_add_css('library/colorbox/colorbox.css');
head_add_css('view/css/conversation.css');
@@ -39,7 +39,7 @@ head_add_js('acl.js');
head_add_js('webtoolkit.base64.js');
head_add_js('main.js');
head_add_js('crypto.js');
-head_add_js('library/jslider/bin/jquery.slider.min.js');
+head_add_js('library/jRange/jquery.range.js');
head_add_js('docready.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js');