removes unneeded code

This commit is contained in:
Zmago Devetak 2018-06-11 15:00:13 +02:00 committed by GitHub
parent 256e502982
commit a174e186bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -956,7 +956,6 @@ var RepositoryDatatable = (function(global) {
$.each(data.list_items, function(index, el) {
massage_response.push([el.id, el.data]);
});
TABLE.columns.adjust();
});
return _listItemDropdown(massage_response, '-1', column_id);
}