mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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: {
|
ajax: {
|
||||||
url: $(TABLE_ID).data('source'),
|
url: $(TABLE_ID).data('source'),
|
||||||
data: function(d) {
|
data: function(d) {
|
||||||
d.assigned = viewAssigned;
|
|
||||||
d.archived = $('.repository-show').hasClass('archived');
|
d.archived = $('.repository-show').hasClass('archived');
|
||||||
},
|
},
|
||||||
global: false,
|
global: false,
|
||||||
|
|
Loading…
Reference in a new issue