aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/main_slider.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
committerRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
commitc45456fa3342bc72d30c20bafd029913930130aa (patch)
treef707891da9bd1c7272f04e455f33043bbb29ef1d /view/tpl/main_slider.tpl
parent074be42e234a9d44ffe7875ffef6eb7a5e22f013 (diff)
parent5ce5de73051e0d68d277dc189b3bcc4593d7ab8d (diff)
downloadvolse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.gz
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.bz2
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.zip
Merge pull request #820 from pafcu/nomigrate
Steps towards not needing jquery-migrate
Diffstat (limited to 'view/tpl/main_slider.tpl')
-rwxr-xr-xview/tpl/main_slider.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl
index fbc290df1..c8f3d2e06 100755
--- a/view/tpl/main_slider.tpl
+++ b/view/tpl/main_slider.tpl
@@ -2,8 +2,8 @@
<script>
var old_cmin = 0;
var old_cmax = 99;
- $("#main-range").slider({ from: 0, to: 99, step: 1, scale: ['{{$me}}', '|', '{{$intimate}}', '|', '{{$friends}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], onstatechange: function(v) {
- var carr = v.split(";");
+ $("#main-range").jRange({ isRange: true, from: 0, to: 99, step: 1, scale: ['{{$me}}', '|', '{{$intimate}}', '|', '{{$friends}}', '|', '{{$oldfriends}}', '|', '{{$acquaintances}}', '|', '{{$world}}' ], width:'100%', showLabels: false, onstatechange: function(v) {
+ var carr = v.split(",");
if(carr[0] != bParam_cmin) {
old_cmin = bParam_cmin;
bParam_cmin = carr[0];