aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/contact_slider.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-07 18:48:31 -0800
committerfriendica <info@friendica.com>2012-11-07 18:48:31 -0800
commit3d56ab227d03840928a9fcebb0a8508fe69f31b6 (patch)
tree79930213612e9b8791550b3fa5c64bdbf211819e /view/tpl/contact_slider.tpl
parentcc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 (diff)
downloadvolse-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/contact_slider.tpl')
-rw-r--r--view/tpl/contact_slider.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contact_slider.tpl b/view/tpl/contact_slider.tpl
index 1334f58b1..2ccb08a90 100644
--- a/view/tpl/contact_slider.tpl
+++ b/view/tpl/contact_slider.tpl
@@ -1,4 +1,4 @@
<div id="contact-slider" class="slider" style="height: 32px; position: relative; left: 5%; width: 90%;"><input id="contact-range" type="text" name="fake-closeness" value="$val" /></div>
<script>
- $("#contact-range").slider({ from: 0, to: 99, step: 1, scale: ['$me', '$intimate', '|', '$friends', '|', '$coworkers', '|', '$oldfriends', '|', '$acquaintances', '|', '$world' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
+ $("#contact-range").slider({ from: 0, to: 99, step: 1, scale: ['$me', '|', '$intimate', '|', '$friends', '|', '$oldfriends', '|', '$acquaintances', '|', '$world' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
</script>