aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-05 18:30:12 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-05 18:30:12 +0100
commit128b0008eef797050cf5146fb1dd69505c4439d4 (patch)
tree65d6b6214ee48322bd5a5c84e0ac9bcde09ff13a /include/widgets.php
parent7791d28a5d24193a01ce004988ba6767f45835ba (diff)
downloadvolse-hubzilla-128b0008eef797050cf5146fb1dd69505c4439d4.tar.gz
volse-hubzilla-128b0008eef797050cf5146fb1dd69505c4439d4.tar.bz2
volse-hubzilla-128b0008eef797050cf5146fb1dd69505c4439d4.zip
Replace jslider with jRange
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index bb9890add..18778ed36 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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'),