aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/main_slider.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl
index ea8b04cf3..662677684 100644
--- a/view/tpl/main_slider.tpl
+++ b/view/tpl/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();
} });