RECOVERIES AND NEWS

//"; // var filter = $('.custom-select'); // // $('#filter').on('click', function() { // // var value = current_slug; // // if (value != "") { // window.location.href = '/recoveries/?recoveries_category=' + value; // } else { // window.location.href = '/recoveries/'; // } // }); // // // filter.find('.selected-option').on('click', function() { // var list = $(this).parent().find('ul'); // // if (list.is(':visible')) { // list.hide(); // } else { // list.show(); // } // }); // // filter.find('li').on('click', function() { // var slug = $(this).data('slug'), // text = $(this).html(), // selected_option = $(this).parents('.custom-select').find('.selected-option'); // // selected_option.html(text); // $(this).parent().hide(); // current_slug = slug; // }) // //