Skip to content
Snippets Groups Projects
Unverified Commit e64c94c1 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #31 from JediKev/issue/IE-white-screen-of-death

issue: IE White Screen Of Death
parents 77292327 ab7844ae
No related branches found
No related tags found
No related merge requests found
......@@ -1286,12 +1286,12 @@ $(function() {
$('#collabselection').select2({
width: '350px',
allowClear: true,
sorter: (data) => {
sorter: function(data) {
return data.filter(function (item) {
return !item.selected;
});
},
templateResult: (e) => {
templateResult: function(e) {
var $e = $(
'<span><i class="icon-user"></i> ' + e.text + '</span>'
);
......
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