diff options
author | friendica <info@friendica.com> | 2013-01-06 22:00:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-06 22:00:31 -0800 |
commit | 479541b5f804b3d7f4b955ff00715cbc7232d86c (patch) | |
tree | e259afaaf394cb55ffa47b240565e0585df73ecc /view/tpl/smarty3/main_slider.tpl | |
parent | 0cda9601c6805aab7daa9b6380f9150bccd46fc0 (diff) | |
download | volse-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.tpl | 4 |
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(); } }); |