mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
comment fa icon
This commit is contained in:
parent
ca43d54d90
commit
06af22c5ec
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user