1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-28 15:20:10 +00:00
This commit is contained in:
Harvey Tindall 2020-08-19 15:53:06 +01:00
parent b38af84b35
commit cee5489da6
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -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');