diff --git a/themes/bootstrap3/templates/Recommend/SideFacets.phtml b/themes/bootstrap3/templates/Recommend/SideFacets.phtml index 26f507d1e7033a6a72e255ae87c44142d579ceac..97bce3b5cee2a1d188740d590349969688419cb0 100644 --- a/themes/bootstrap3/templates/Recommend/SideFacets.phtml +++ b/themes/bootstrap3/templates/Recommend/SideFacets.phtml @@ -120,7 +120,7 @@ $(document).ready(function() { 'value':[{$low},{$high}], 'reversed': {$reversed} }) - .on('slide', fillTexts) + .on('change', fillTexts) .data('slider'); }); diff --git a/themes/bootstrap3/templates/search/advanced/ranges.phtml b/themes/bootstrap3/templates/search/advanced/ranges.phtml index 023684fd413e14a9ece9acb48b3a64aa5f39ab83..b8ba149800552d8d11091ffedc4d013f7393ba87 100644 --- a/themes/bootstrap3/templates/search/advanced/ranges.phtml +++ b/themes/bootstrap3/templates/search/advanced/ranges.phtml @@ -49,7 +49,7 @@ $(document).ready(function() { 'value':[{$low},{$high}], 'reversed': {$reversed} }) - .on('slide', fillTexts) + .on('change', fillTexts) .data('slider'); {$init} });