forked from DGNum/gestioCOF
Use set delete()
This commit is contained in:
parent
8da832c1f7
commit
e20ab2f352
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var id = $line.find('input[type="hidden"]').val();
|
var id = $line.find('input[type="hidden"]').val();
|
||||||
conflicts = conflicts.filter(item => item != id);
|
conflicts = conflicts.delete(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.finished input').change(function() {
|
$('.finished input').change(function() {
|
||||||
|
|
Loading…
Reference in a new issue