mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Remove obsolete attribute in repository_datatable.js after feature branch merge
This commit is contained in:
parent
114a3d0946
commit
64b66f0d73
1 changed files with 0 additions and 1 deletions
|
@ -434,7 +434,6 @@ var RepositoryDatatable = (function(global) {
|
|||
ajax: {
|
||||
url: $(TABLE_ID).data('source'),
|
||||
data: function(d) {
|
||||
d.assigned = viewAssigned;
|
||||
d.archived = $('.repository-show').hasClass('archived');
|
||||
},
|
||||
global: false,
|
||||
|
|
Loading…
Reference in a new issue