From 60d39a65ddf23e4c67624b39da58bfea2ce21fd4 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 11 Jan 2017 08:30:07 -0500 Subject: [PATCH] Updated eds.phtml to match recent slider updates. --- themes/bootstrap3/templates/search/advanced/eds.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/search/advanced/eds.phtml b/themes/bootstrap3/templates/search/advanced/eds.phtml index 89719909aeb..32252b9796d 100644 --- a/themes/bootstrap3/templates/search/advanced/eds.phtml +++ b/themes/bootstrap3/templates/search/advanced/eds.phtml @@ -92,7 +92,7 @@ <input type="text" id="PublicationDateSlider"> </div> <? - $this->headScript()->appendFile('vendor/bootstrap-slider.js'); + $this->headScript()->appendFile('vendor/bootstrap-slider.min.js'); $this->headLink()->appendStylesheet('vendor/bootstrap-slider.min.css'); $min = !empty($current['values'][0]) ? min($current['values'][0], 1400) : 1400; $future = date('Y', time()+31536000); @@ -119,7 +119,7 @@ $(document).ready(function() { 'tooltip':"hide", 'value':[{$low},{$high}] }) - .on('slide', fillTexts) + .on('change', fillTexts) .data('slider'); {$init} }); -- GitLab