mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-09 12:51:26 -07:00
Minor fixes
This commit is contained in:
parent
ea7a442b22
commit
7c0939c47c
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ function showConnections(localUser, connectionList) {
|
|||
|
||||
for (let i = 0; i < items.length - 1; i++) {
|
||||
const item = items[i];
|
||||
item.innerHTML += ", ";
|
||||
item.appendChild(document.createTextNode(", "));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue