Remove obsolete attribute in repository_datatable.js after feature branch merge

This commit is contained in:
Oleksii Kriuchykhin 2020-06-24 16:25:42 +02:00
parent 114a3d0946
commit 64b66f0d73

View file

@ -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,