app/assets/javascripts/spotlight_search.js in spotlight_search-0.3.0 vs app/assets/javascripts/spotlight_search.js in spotlight_search-0.3.1

- old
+ new

@@ -72,9 +72,18 @@ return $(function() { return get_paginated_list(1, thisObj); }); }); +$(document).on('change', '[data-type="range-filter"]', function() { + var thisObj; + thisObj = $(this); + return $(function() { + return get_paginated_list(1, thisObj); + }); +}); + + $(document).on('change', '[data-type="select-filter"]', function() { var thisObj; thisObj = $(this); return $(function() { return get_paginated_list(1, thisObj);