aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/main_slider.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/main_slider.tpl')
-rw-r--r--view/tpl/smarty3/main_slider.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/smarty3/main_slider.tpl b/view/tpl/smarty3/main_slider.tpl
index 04ce72733..7fa812ada 100644
--- a/view/tpl/smarty3/main_slider.tpl
+++ b/view/tpl/smarty3/main_slider.tpl
@@ -2,8 +2,8 @@
<script>
$("#main-range").slider({ from: 0, to: 99, step: 1, scale: ['{{$me}}', '|', '{{$intimate}}', '|', '{{$friends}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], onstatechange: function(v) {
var carr = v.split(";");
- network_cmin = carr[0];
- network_cmax = carr[1];
+ bParam_cmin = carr[0];
+ bParam_cmax = carr[1];
networkRefresh();
} });