aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/main_slider.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-06 22:00:31 -0800
committerfriendica <info@friendica.com>2013-01-06 22:00:31 -0800
commit479541b5f804b3d7f4b955ff00715cbc7232d86c (patch)
treee259afaaf394cb55ffa47b240565e0585df73ecc /view/tpl/smarty3/main_slider.tpl
parent0cda9601c6805aab7daa9b6380f9150bccd46fc0 (diff)
downloadvolse-hubzilla-479541b5f804b3d7f4b955ff00715cbc7232d86c.tar.gz
volse-hubzilla-479541b5f804b3d7f4b955ff00715cbc7232d86c.tar.bz2
volse-hubzilla-479541b5f804b3d7f4b955ff00715cbc7232d86c.zip
more work on notification popup
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();
} });