Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Aug 19, 2020
1 parent b38af84 commit cee5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/static/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit cee5489

Please sign in to comment.