Skip to content
Snippets Groups Projects
Commit 8d817f78 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Remove the string selected to make the filter list shorter when values are selected in them.

parent 477412a9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
} else if (data.selected.length == data.all.length) {
return 'All ' + filterType + ' selected';
}
return data.selected.length + ' of ' + data.all.length + ' ' + filterType + ' selected';
return data.selected.length + ' of ' + data.all.length + ' ' + filterType;
},
selectionAdapter: SelectionAdapter,
returnesultsAdapter: ResultsAdapter
......@@ -28,4 +28,4 @@
});
});
});
}(this.jQuery));
\ No newline at end of file
}(this.jQuery));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment