diff --git a/popup.html b/popup.html index d741643..abec715 100644 --- a/popup.html +++ b/popup.html @@ -156,8 +156,8 @@ newListItem.appendChild(newText); newListItem.appendChild(newSpan); tweetList.appendChild(newListItem); - document.getElementById('tweets').appendChild(tweetList); }; + document.getElementById('tweets').appendChild(tweetList); } } });