comment fa icon

This commit is contained in:
daria 2025-08-29 10:29:34 +03:00
parent ca43d54d90
commit 06af22c5ec
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -766,9 +766,9 @@
trash.setAttribute('id', 'kanban-trash');
trash.setAttribute('class', 'kanban-trash');
var trashBg = document.createElement('div');
var trashIcon = document.createElement('i');
trashIcon.setAttribute('class', 'fa fa-trash');
trash.appendChild(trashIcon);
// var trashIcon = document.createElement('i');
// trashIcon.setAttribute('class', 'fa fa-trash');
// trash.appendChild(trashIcon);
trash.appendChild(trashBg);
self.boardContainer.push(trash);