diff options
author | friendica <info@friendica.com> | 2012-11-07 18:48:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-07 18:48:31 -0800 |
commit | 3d56ab227d03840928a9fcebb0a8508fe69f31b6 (patch) | |
tree | 79930213612e9b8791550b3fa5c64bdbf211819e /view/tpl/main_slider.tpl | |
parent | cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 (diff) | |
download | volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.gz volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.bz2 volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.zip |
turn multiple profiles into a feature, implement connection flags (block,hide,archive,etc.)
Diffstat (limited to 'view/tpl/main_slider.tpl')
-rw-r--r-- | view/tpl/main_slider.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl index 0bcf1384f..ea8b04cf3 100644 --- a/view/tpl/main_slider.tpl +++ b/view/tpl/main_slider.tpl @@ -1,6 +1,6 @@ <div id="main-slider" class="slider" ><input id="main-range" type="text" name="cminmax" value="$val" /></div> <script> - $("#main-range").slider({ from: 0, to: 99, step: 1, scale: ['$me', '$intimate', '|', '$friends', '|', '$coworkers', '|', '$oldfriends', '|', '$acquaintances', '|', '$world' ], onstatechange: function(v) { + $("#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]; |