mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
removes unneeded code
This commit is contained in:
parent
256e502982
commit
a174e186bb
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue