Replace jslider with jRange

This commit is contained in:
Stefan Parviainen
2015-01-05 18:30:12 +01:00
parent 7791d28a5d
commit 128b0008ee
17 changed files with 2148 additions and 6 deletions

View File

@@ -421,7 +421,7 @@ function widget_affinity($arr) {
if(feature_enabled(local_user(),'affinity')) {
$tpl = get_markup_template('main_slider.tpl');
$x = replace_macros($tpl,array(
'$val' => $cmin . ';' . $cmax,
'$val' => $cmin . ',' . $cmax,
'$refresh' => t('Refresh'),
'$me' => t('Me'),
'$intimate' => t('Best Friends'),