mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-16 15:20:11 +00:00
typo
This commit is contained in:
parent
b38af84b35
commit
cee5489da6
@ -194,7 +194,7 @@ function addItem(parsedInvite) {
|
||||
deleteButton.textContent = "Delete";
|
||||
|
||||
let block = document.createElement('div');
|
||||
block.setAttribute('styile', 'display: inline-block;');
|
||||
block.setAttribute('style', 'display: inline-block;');
|
||||
block.appendChild(deleteButton);
|
||||
let dropButton = document.createElement('i');
|
||||
dropButton.classList.add('fa', 'fa-angle-down', 'collapsed', 'icon-button', 'not-rotated');
|
||||
|
Loading…
Reference in New Issue
Block a user