The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 0203b2e5 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed slider issue.

parent ab75e9bb
Branches
Tags
No related merge requests found
...@@ -120,7 +120,7 @@ $(document).ready(function() { ...@@ -120,7 +120,7 @@ $(document).ready(function() {
'value':[{$low},{$high}], 'value':[{$low},{$high}],
'reversed': {$reversed} 'reversed': {$reversed}
}) })
.on('slide', fillTexts) .on('change', fillTexts)
.data('slider'); .data('slider');
}); });
JS; JS;
......
...@@ -49,7 +49,7 @@ $(document).ready(function() { ...@@ -49,7 +49,7 @@ $(document).ready(function() {
'value':[{$low},{$high}], 'value':[{$low},{$high}],
'reversed': {$reversed} 'reversed': {$reversed}
}) })
.on('slide', fillTexts) .on('change', fillTexts)
.data('slider'); .data('slider');
{$init} {$init}
}); });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment