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

Fixed slider issue.

parent ab75e9bb
No related merge requests found
......@@ -120,7 +120,7 @@ $(document).ready(function() {
'value':[{$low},{$high}],
'reversed': {$reversed}
})
.on('slide', fillTexts)
.on('change', fillTexts)
.data('slider');
});
JS;
......
......@@ -49,7 +49,7 @@ $(document).ready(function() {
'value':[{$low},{$high}],
'reversed': {$reversed}
})
.on('slide', fillTexts)
.on('change', fillTexts)
.data('slider');
{$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