changed the 'remove' text from each of the search items in the search filter. An option
was changed in the initialization function of asmselect
$('#brands').prev().prev().remove();
$('#brands').prev().remove();
- jQuery('#brands').asmSelect();
+ jQuery('#brands').asmSelect({
+ removeLabel: 'X'
+ });
if( $('#brands').prev().children('li').length <= 0 ){
$("#rvManufacturers").prev().prev().prop('disabled', false);
}));
- jQuery('select[multiple]').asmSelect();
+ jQuery('select[multiple]').asmSelect({
+ removeLabel: 'X'
+ });
// Show search filters box