remove some debugging
This commit is contained in:
parent
11a8b59ad0
commit
917c7614cb
@ -183,7 +183,7 @@ milestone: 12
|
||||
});
|
||||
|
||||
$("#e10_3").select2({
|
||||
data:{ results: data, text: function(item) { console.log('called with', item); return item.tag; } },
|
||||
data:{ results: data, text: function(item) { return item.tag; } },
|
||||
formatSelection: format,
|
||||
formatResult: format
|
||||
});
|
||||
|
@ -183,7 +183,7 @@ $("#e10_2").select2({
|
||||
});
|
||||
|
||||
$("#e10_3").select2({
|
||||
data:{ results: data, text: function(item) { console.log('called with', item); return item.tag; } },
|
||||
data:{ results: data, text: function(item) { return item.tag; } },
|
||||
formatSelection: format,
|
||||
formatResult: format
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user