aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/contact_slider.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-01 18:53:49 -0800
committerfriendica <info@friendica.com>2014-12-01 18:53:49 -0800
commitf3b92c0ef228a25c6d6734d60a23251506317b3f (patch)
treef20fa34ea54008af6b6ea39cf9e6800ee3aec3e8 /view/tpl/contact_slider.tpl
parent0b84ba1eab8a583f7cf89f44f37b78e9cac72e1b (diff)
parent460d379e7efc074808109b4c9acd0aea46460d16 (diff)
downloadvolse-hubzilla-f3b92c0ef228a25c6d6734d60a23251506317b3f.tar.gz
volse-hubzilla-f3b92c0ef228a25c6d6734d60a23251506317b3f.tar.bz2
volse-hubzilla-f3b92c0ef228a25c6d6734d60a23251506317b3f.zip
Merge https://github.com/friendica/red into pending_merge
Conflicts: version.inc
Diffstat (limited to 'view/tpl/contact_slider.tpl')
-rwxr-xr-xview/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 33cd3fb71..93d0cc625 100755
--- 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}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
+ $("#contact-range").slider({ from: {{$min|default:'0'}}, to: 99, step: 1, scale: ['{{$me}}', '|', '{{$intimate}}', '|', '{{$friends}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], onstatechange: function(v) { $("#contact-closeness-mirror").val(v); } });
</script>